methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to interact with the native platform.

This channel is responsible for sending messages to and receiving messages from the native Android or iOS layer.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('qrcode_barcode_scanner');