getTransportInfo method

Future<TransportState> getTransportInfo()

获取传输状态

Implementation

Future<TransportState> getTransportInfo() =>
    RustLib.instance.api.crateApiCastProjectorInfoGetTransportInfo(
      that: this,
    );