You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -19,8 +19,18 @@ import 'orderInput.pb.dart' as $44;
|
||||
|
||||
export 'orderInput.pb.dart';
|
||||
|
||||
///
|
||||
/// API-server services
|
||||
@$pb.GrpcServiceName('api.OrderInputAPI')
|
||||
class OrderInputAPIClient 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 _$created = $grpc.ClientMethod<$44.OrderCreatedRequest, $44.OrderCreatedResponse>(
|
||||
'/api.OrderInputAPI/Created',
|
||||
($44.OrderCreatedRequest value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user