stopAndroidBroadcasts method
Stops the native Android broadcast receiver.
Throws MissingPluginException on the web, which HardwareScannerController swallows.
Implementation
@override
Future<void> stopAndroidBroadcasts() async {
_throwIfWeb('stopBroadcasts');
await methodChannel.invokeMethod<void>('stopBroadcasts');
}