resumedAppLifecycleState method

void resumedAppLifecycleState()

The application is visible and responding to user input.

Implementation

void resumedAppLifecycleState() {
  // Record the triggered event
  assert(() {
    if (_debugPrintEvents) {
      debugPrint(
          '$_consoleLeadingLine resumedAppLifecycleState() in $_consoleClassName');
    }
    return true;
  }());
}