getUser method

Future<HackleUser> getUser()
inherited

Implementation

Future<HackleUser> getUser() {
  throw UnimplementedError();
}