update method

void update(
  1. dynamic _
)

Updates the UI.

Implementation

void update(_) => notifyListeners();