static Future<String?> get DisableWifi async { final String? version = await _channel.invokeMethod('DisableWifi'); return version; }