close method

Future close()

Implementation

Future close() async {
  await _io.close(force: true);
  await _onChange.close();
}