batchCreateMessages_Pre method
Future<BatchCreateMessagesResponse>
batchCreateMessages_Pre(
- ServiceCall call,
- Future<
BatchCreateMessagesRequest> request
Implementation
$async.Future<$12.BatchCreateMessagesResponse> batchCreateMessages_Pre(
$grpc.ServiceCall call,
$async.Future<$12.BatchCreateMessagesRequest> request) async {
return batchCreateMessages(call, await request);
}