transferStatistics property

TransferStatistics get transferStatistics

Gets the transfer statistics.

Returns

  • The transfer statistics.

Throws

  • An exception if it fails.

Implementation

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

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