You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -21,6 +21,14 @@ export 'adaptiveCard.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.AdaptiveCardService')
|
||||
class AdaptiveCardServiceClient 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 _$get = $grpc.ClientMethod<$4.GetAdaptiveCardRequest, $4.GetAdaptiveCardResult>(
|
||||
'/api.AdaptiveCardService/Get',
|
||||
($4.GetAdaptiveCardRequest value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user