disconnect method
Disconnect this user from eartho and clear session
Implementation
Future<dynamic> disconnect() async {
throw UnimplementedError('disconnect() has not been implemented.');
}
Disconnect this user from eartho and clear session
Future<dynamic> disconnect() async {
throw UnimplementedError('disconnect() has not been implemented.');
}