createChunkedBlob_Pre method

Future<CreateChunkedBlobResponse> createChunkedBlob_Pre(
  1. ServiceCall call,
  2. Future<CreateChunkedBlobRequest> request
)

Implementation

$async.Future<$0.CreateChunkedBlobResponse> createChunkedBlob_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.CreateChunkedBlobRequest> request) async {
  return createChunkedBlob(call, await request);
}