getOnChainEvents_Pre method

Future<OnChainEventResponse> getOnChainEvents_Pre(
  1. ServiceCall call,
  2. Future<OnChainEventRequest> request
)

Implementation

$async.Future<$1.OnChainEventResponse> getOnChainEvents_Pre($grpc.ServiceCall call, $async.Future<$1.OnChainEventRequest> request) async {
  return getOnChainEvents(call, await request);
}