getCurrentTransportActions method

Future<String> getCurrentTransportActions()

Implementation

Future<String> getCurrentTransportActions() {
  final data = XmlText.getCurrentTransportActionsXml();
  return request('GetCurrentTransportActions', Utf8Encoder().convert(data));
}