batchCreateMessages_Pre method

Future<BatchCreateMessagesResponse> batchCreateMessages_Pre(
  1. ServiceCall call,
  2. Future<BatchCreateMessagesRequest> request
)

Implementation

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