Future<int> preconnectToMediaServer() async { int code = await _channel.invokeMethod('preconnectToMediaServer') ?? -1; return code; }