isAppOnForeground property

Future<bool> isAppOnForeground

Returns whether the app is in the foreground.

Implementation

static Future<bool> get isAppOnForeground =>
    FlutterForegroundTaskPlatform.instance.isAppOnForeground;