stopStreaming method Null safety

Future<void> stopStreaming()

Stop streaming. Will return an error if streaming is not active.

Implementation

Future<void> stopStreaming() async {
  await command('StopStreaming');
}