stopStream method Null safety
stop the media flow entirely
Implementation
Future<void> stopStream() async {
await send(data: {"request": "stop"});
}
stop the media flow entirely
Future<void> stopStream() async {
await send(data: {"request": "stop"});
}