getTxsEvent_Pre method

Future<GetTxsEventResponse> getTxsEvent_Pre(
  1. ServiceCall call,
  2. Future<GetTxsEventRequest> request
)

Implementation

$async.Future<$1.GetTxsEventResponse> getTxsEvent_Pre($grpc.ServiceCall call,
    $async.Future<$1.GetTxsEventRequest> request) async {
  return getTxsEvent(call, await request);
}