open_Pre method

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

Implementation

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