@override Future<bool> wakeUp() async { return await methodChannel.invokeMethod<bool>('wakeUp') ?? false; }