disconnect method

Future disconnect()

Disconnect this user from eartho and clear session

Implementation

Future<dynamic> disconnect() async {
  return EarthoOnePlatform.instance.disconnect();
}