stopStream method

Future<void> stopStream()

stop the media flow entirely

Implementation

Future<void> stopStream() async {
  await send(data: {"request": "stop"});
}