clean method

Future<void> clean()

Implementation

Future<void> clean() async {
  await _streamController.close();
  await _channelSession.close();
}