disconnect method

Future<bool> disconnect()

Implementation

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