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