onStateChanged method
Logs the lifecycle state change.
Implementation
@override
/// Logs the lifecycle state change.
void onStateChanged(AppLifecycleState state) {
log('App lifecycle: $state');
}
Logs the lifecycle state change.
@override
/// Logs the lifecycle state change.
void onStateChanged(AppLifecycleState state) {
log('App lifecycle: $state');
}