You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -20,11 +20,7 @@ export 'object_db_query.pb.dart';
|
||||
@$pb.GrpcServiceName('api.QueryObjectServices')
|
||||
class QueryObjectServicesClient extends $grpc.Client {
|
||||
|
||||
QueryObjectServicesClient($grpc.ClientChannel channel,
|
||||
{$grpc.CallOptions? options,
|
||||
$core.Iterable<$grpc.ClientInterceptor>? interceptors})
|
||||
: super(channel, options: options,
|
||||
interceptors: interceptors);
|
||||
QueryObjectServicesClient(super.channel, {super.options, super.interceptors});
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('api.QueryObjectServices')
|
||||
|
||||
Reference in New Issue
Block a user