foregroundServiceIsStarted static method

Future<bool> foregroundServiceIsStarted()

Implementation

static Future<bool> foregroundServiceIsStarted() async {
  return await _invokeMainChannel("foregroundServiceIsStarted");
}