open_Pre method

Future<OpenResponse> open_Pre(
  1. ServiceCall call,
  2. Future<OpenRequest> request
)

Implementation

$async.Future<$22.OpenResponse> open_Pre($grpc.ServiceCall call, $async.Future<$22.OpenRequest> request) async {
  return open(call, await request);
}