You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -21,6 +21,14 @@ export 'module.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ModuleService')
|
||||
class ModuleServiceClient 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 _$list = $grpc.ClientMethod<$37.ListModulesRequest, $37.ListModulesResponse>(
|
||||
'/api.ModuleService/List',
|
||||
($37.ListModulesRequest value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user