getUser static method
Retrieves the current user.
Returns: Future<HackleUser>
Implementation
static Future<HackleUser> getUser() {
return HacklePlatform.instance.getUser();
}
Retrieves the current user.
Returns: Future<HackleUser>
static Future<HackleUser> getUser() {
return HacklePlatform.instance.getUser();
}