transferStatistics property
      
      TransferStatistics
      get
      transferStatistics
      
    
    
Gets the transfer statistics.
Returns
- The transfer statistics.
Implementation
static TransferStatistics get transferStatistics {
  final OperationResult resultString = staticMethod(
    'SocialOverlay',
    'getTransferStatistics',
  );
  return TransferStatistics.init(resultString['result']);
}