readOwner method

Future<Owner> readOwner()

Reads the owner information.

Returns the Owner object, including the User object, and BillingInfo if it exists (including the billing address and email addresses).

Throws a NotFoundException if the owner is not found.

Implementation

_i2.Future<_i12.Owner> readOwner() =>
    caller.callServerEndpoint<_i12.Owner>('billing', 'readOwner', {});