getYourAccount method

Future<Map> getYourAccount(
  1. String token
)

Implementation

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