disconnect method

  1. @override
Future disconnect()
override

Disconnect this user from eartho and clear session

Implementation

@override
Future<dynamic> disconnect() async {
  return await methodChannel.invokeListMethod('disconnect');
}