Indicates whether the application is in active state.
Future<bool> get isActive async => _isActive && await isFocused;