You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -21,6 +21,14 @@ export 'calendar.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.CalendarService')
|
||||
class CalendarServiceClient 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 _$createCalendarOnOrganisation = $grpc.ClientMethod<$13.CreateCalendarOnOrganisationRequest, $13.CreateCalendarOnOrganisationResponse>(
|
||||
'/api.CalendarService/CreateCalendarOnOrganisation',
|
||||
($13.CreateCalendarOnOrganisationRequest value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user