AFOnLifecycleEventDelegate typedef
AFOnLifecycleEventDelegate =
void Function(AppLifecycleState newState)
Delegate used to handle a lifecycle event
Implementation
typedef AFOnLifecycleEventDelegate = void Function(AppLifecycleState newState);