createBundle_Pre method
- ServiceCall $call,
- Future<
CreateBundleRequest> $request
Implementation
$async.Future<$0.ItemResponse> createBundle_Pre($grpc.ServiceCall $call,
$async.Future<$0.CreateBundleRequest> $request) async {
return createBundle($call, await $request);
}