switchStream method Null safety
- int id
switch to different streaming mount point
Implementation
Future<void> switchStream(int id) async {
await send(data: {"request": "switch", "id": id});
}
switch to different streaming mount point
Future<void> switchStream(int id) async {
await send(data: {"request": "switch", "id": id});
}