stopRendererScanning method

Future<void> stopRendererScanning()

Stop vlc cast and scan

Implementation

Future<void> stopRendererScanning() async {
  _throwIfNotInitialized('stopRendererScanning');
  return await vlcPlayerPlatform.stopRendererScanning(_viewId);
}