getCurrentStorageLimitsByFid_Pre method

Future<StorageLimitsResponse> getCurrentStorageLimitsByFid_Pre(
  1. ServiceCall call,
  2. Future<FidRequest> request
)

Implementation

$async.Future<$1.StorageLimitsResponse> getCurrentStorageLimitsByFid_Pre($grpc.ServiceCall call, $async.Future<$1.FidRequest> request) async {
  return getCurrentStorageLimitsByFid(call, await request);
}