keepScreenOff method

Future<void> keepScreenOff()

Implementation

Future<void> keepScreenOff() async {
  await WakelockPlus.disable();
}