loadCurrentUser method

Future<Map> loadCurrentUser()

Implementation

Future<Map> loadCurrentUser() async {
  return await _fetchCurrentUser();
}