isActive property

Future<bool> get isActive

Indicates whether the application is in active state.

Implementation

Future<bool> get isActive async => _isActive && await isFocused;