getAccount method

Future<Map> getAccount(
  1. String token,
  2. String accountId
)

Implementation

Future<Map> getAccount(String token, String accountId) {
  throw UnimplementedError("Get Account has not been implemented");
}