@override Future<bool?> wakelockStatus() async { final status = await channel.invokeMethod<bool>('wakelockStatus'); return status; }