@override Future<void> wakelockEnable(bool enable) async { await channel.invokeMethod('wakelockEnable', enable); }