stopStreaming method Null safety
Stop streaming. Will return an error if streaming is not active.
Implementation
Future<void> stopStreaming() async {
await command('StopStreaming');
}
Stop streaming. Will return an error if streaming is not active.
Future<void> stopStreaming() async {
await command('StopStreaming');
}