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