stopRendererScanning method

Future<void> stopRendererScanning()

Stop vlc cast and scan

Implementation

Future<void> stopRendererScanning() async {
  _throwIfNotInitialized('stopRendererScanning');

  return vlcPlayerPlatform.stopRendererScanning(_viewId);
}