Future<String> getWifiSSID() async { return await _channel.invokeMethod<String>('$_name/getWifiSSID') ?? ''; }