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