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