stop method

Future<void> stop()

Stop and close the stream

Implementation

Future<void> stop() async {
  await _onStop(id);
}