transactionsState_Pre method

Future<TransactionsStateResponse> transactionsState_Pre(
  1. ServiceCall call,
  2. Future<TransactionsStateRequest> request
)

Implementation

$async.Future<$6.TransactionsStateResponse> transactionsState_Pre(
    $grpc.ServiceCall call,
    $async.Future<$6.TransactionsStateRequest> request) async {
  return transactionsState(call, await request);
}