handleUpdateUI method

void handleUpdateUI()

Handles the update UI action.

This method calls the onUpdateUI callback.

Implementation

void handleUpdateUI() {
  onUpdateUI?.call();
}