We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bef6d4 commit 928e0acCopy full SHA for 928e0ac
1 file changed
ground_control_client/lib/src/protocol/client.dart
@@ -360,15 +360,6 @@ class EndpointBilling extends _i1.EndpointRef {
360
_i2.Future<_i11.Owner> readOwner() =>
361
caller.callServerEndpoint<_i11.Owner>('billing', 'readOwner', {});
362
363
- @Deprecated('Use updateOwnerBilling instead')
364
- _i2.Future<_i11.Owner> updateOwner({
365
- required List<String> billingEmails,
366
- required _i12.BillingInfo billingInfo,
367
- }) => caller.callServerEndpoint<_i11.Owner>('billing', 'updateOwner', {
368
- 'billingEmails': billingEmails,
369
- 'billingInfo': billingInfo,
370
- });
371
-
372
/// Updates the owner's billing information.
373
///
374
/// This endpoint updates the owner's billing information, including the
0 commit comments