QrReaderViewController constructor

QrReaderViewController(
  1. int id
)

Implementation

QrReaderViewController(this.id)
    : _channel = MethodChannel('io.flutterfastkit.flutter_qr_code_scaner.reader_view_$id') {
  _channel.setMethodCallHandler(_handleMessages);
}