transferStatistics property
Get the transfer statistics
Returns
- The transfer statistics
Throws
- An exception if it fails
Implementation
static TransferStatistics get transferStatistics {
final resultString =
objectMethod(0, 'ContentStore', 'getTransferStatistics');
return TransferStatistics.init(resultString['result']);
}