getUser static method

Future<HackleUser> getUser()

Implementation

static Future<HackleUser> getUser() {
  return HacklePlatform.instance.getUser();
}