releaseWakeLock method

Future<void> releaseWakeLock()

Releases an acquired wake lock.

Implementation

Future<void> releaseWakeLock() async {
  await _channel.invokeMethod('power.releaseWakeLock');
}