@override Future<String?> reboot() async { final result = await methodChannel.invokeMethod<String>('reboot'); return result; }