getWakeLock static method
tells the foreground service to also hold a wake lock
Implementation
static Future<void> getWakeLock() async {
await _invokeMainChannel("getWakeLock");
}
tells the foreground service to also hold a wake lock
static Future<void> getWakeLock() async {
await _invokeMainChannel("getWakeLock");
}