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