getUser static method

Future<HackleUser> getUser()

Retrieves the current user.

Returns: Future<HackleUser>

Implementation

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