getUser method

Future<EarthoUser?> getUser()

After user connected, this function returns user object

Implementation

Future<EarthoUser?> getUser() async {
  throw UnimplementedError('getUser() has not been implemented.');
}