You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -22,6 +22,14 @@ export 'actorQuery.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ActorQuery')
|
||||
class ActorQueryClient extends $grpc.Client {
|
||||
/// The hostname for this service.
|
||||
static const $core.String defaultHost = '';
|
||||
|
||||
/// OAuth scopes needed for the client.
|
||||
static const $core.List<$core.String> oauthScopes = [
|
||||
'',
|
||||
];
|
||||
|
||||
static final _$getByIds = $grpc.ClientMethod<$2.ActorByIdQuery, $2.ActorByIdResult>(
|
||||
'/api.ActorQuery/GetByIds',
|
||||
($2.ActorByIdQuery value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user