showControls method

void showControls()

Implementation

void showControls() {
  for (final callback in _showControlsCallbacks.values.toList()) {
    callback();
  }
}