getAccountInfo method

Future<AccountInfo> getAccountInfo()

Implementation

_i2.Future<_i3.AccountInfo> getAccountInfo() =>
    caller.callServerEndpoint<_i3.AccountInfo>(
      'account',
      'getAccountInfo',
      {},
    );