handleAppLifecycleStateForTesting method

  1. @visibleForTesting
void handleAppLifecycleStateForTesting(
  1. AppLifecycleState state
)

Implementation

@visibleForTesting
void handleAppLifecycleStateForTesting(AppLifecycleState state) {
  _handleAppLifecycleState(state);
}