transferStatistics property

TransferStatistics get transferStatistics

Get the transfer statistics

Returns

  • The transfer statistics

Throws

  • An exception if it fails

Implementation

static TransferStatistics get transferStatistics {
  final OperationResult resultString = objectMethod(
    0,
    'SdkSettings',
    'getTransferStatistics',
  );

  return TransferStatistics.init(resultString['result']);
}