stopForegroundService static method

Future<bool> stopForegroundService()

Android Only - Stops previously started foreground services.

Implementation

static Future<bool> stopForegroundService() async {
  return await _channel.invokeMethod(OkHiNativeMethod.stopForegroundService);
}