onPaused property

VoidCallback? onPaused
final

The application is not currently visible to the user, not responding to user input, and running in the background.

When the application is in this state, the engine will not call the PlatformDispatcher.onBeginFrame and PlatformDispatcher.onDrawFrame callbacks.

Implementation

final VoidCallback? onPaused;