You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -19,8 +19,18 @@ import 'stockInput.pb.dart' as $58;
|
||||
|
||||
export 'stockInput.pb.dart';
|
||||
|
||||
///
|
||||
/// API-server services
|
||||
@$pb.GrpcServiceName('api.StockInputAPI')
|
||||
class StockInputAPIClient 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 _$moved = $grpc.ClientMethod<$58.StockMovedRequest, $58.StockMovedResponse>(
|
||||
'/api.StockInputAPI/Moved',
|
||||
($58.StockMovedRequest value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user