getVersion_Pre method

Future<GetVersionResponse> getVersion_Pre(
  1. ServiceCall call,
  2. Future<GetVersionRequest> request
)

Implementation

$async.Future<$30.GetVersionResponse> getVersion_Pre($grpc.ServiceCall call, $async.Future<$30.GetVersionRequest> request) async {
  return getVersion(call, await request);
}