startStopStreaming method Null safety
Toggle streaming on or off (depending on the current stream state).
Implementation
Future<void> startStopStreaming() async {
await command('StartStopStreaming');
}
Toggle streaming on or off (depending on the current stream state).
Future<void> startStopStreaming() async {
await command('StartStopStreaming');
}