isForegroundMode method

Future<bool?>? isForegroundMode()

Returns true if android service is running in foreground mode

Implementation

Future<bool?>? isForegroundMode() {
  return _platform.isForegroundMode();
}