keepScreenOn method

Future<void> keepScreenOn()

Implementation

Future<void> keepScreenOn() async {
  await WakelockPlus.enable();
}