stopStreaming method

Future<void> stopStreaming()

Stops the live stream.

Implementation

Future<void> stopStreaming() {
  return _platform.stopStreaming();
}