Keep the screen on. If true, keep the screen on. Othwise reverse to system status.
static Future<void> keepScreenOn(bool on) => _channel.invokeMethod('keepScreenOn', {'on': on});