disconnect method

Future<bool?> disconnect()

Implementation

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