stop method

Future<void> stop()

Stops the broadcast.

Implementation

Future<void> stop() => _broadcastAction.stop();