releaseWakeLock static method
tells the foreground service to release the wake lock, if it's holding one
Implementation
static Future<void> releaseWakeLock() async {
await _invokeMainChannel("releaseWakeLock");
}
tells the foreground service to release the wake lock, if it's holding one
static Future<void> releaseWakeLock() async {
await _invokeMainChannel("releaseWakeLock");
}