startForegroundService static method

Future<bool> startForegroundService()

Android Only - Starts a foreground service that speeds up rate of verification.

Implementation

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