getUser method

Future<EarthoUser?> getUser()

After user connected, this function returns user object

Implementation

Future<EarthoUser?> getUser() async {
  return EarthoOnePlatform.instance.getUser();
}