SystemUiChangeCallback typedef

SystemUiChangeCallback = Future<void> Function(bool systemOverlaysAreVisible)

Signature for listening to changes in the SystemUiMode.

Set by SystemChrome.setSystemUIChangeCallback.

Implementation

typedef SystemUiChangeCallback = Future<void> Function(bool systemOverlaysAreVisible);