disconnect method

Future disconnect()

Disconnect this user from eartho and clear session

Implementation

Future<dynamic> disconnect() async {
  throw UnimplementedError('disconnect() has not been implemented.');
}