dispose method

Future<void> dispose()

Implementation

Future<void> dispose() async {
  stop();
  await _streamController.close();
}