Controls whether the screen should stay on (prevent sleeping).
@override Future<void> setKeepScreenOn(bool enabled) async { await methodChannel.invokeMethod('setKeepScreenOn', enabled); }