AFCreateLifecycleQueryAction typedef
AFCreateLifecycleQueryAction =
dynamic Function(AppLifecycleState state)
Delegate used to create a query anytime the app has a lifecyle event, like coming to the foreground.
Implementation
typedef AFCreateLifecycleQueryAction = dynamic Function(AppLifecycleState state);