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