disconnect method

Future<void> disconnect(
  1. String reader
)

Implementation

Future<void> disconnect(String reader) {
  throw UnimplementedError('disconnect() has not been implemented.');
}