getStorageStats method

  1. @Deprecated('This method is experimental')
Future<GetStorageStatsResponse> getStorageStats()

Implementation

@Deprecated('This method is experimental')
Future<GetStorageStatsResponse> getStorageStats() async {
  /// This method is experimental
  /// Get statistics about files uploaded by the calling account
  var request = GetStorageStatsRequest();
  return client.getStorageStats(request,
      options: await buildMetadata(request: request));
}