Future<void> toggleKeepScreenOn({required bool isKeep}) async { await _channel.invokeMethod('$_name/toggleKeepScreenOn', { 'is_keep': isKeep, }); }