getAccount method

This function returns a Future object containing the client account information.

Implementation

Future<ClientAccountInformation> getAccount() async {
  return _methods.getAccount();
}