onBarcodeScanned property

Stream<String> get onBarcodeScanned

Implementation

static Stream<String> get onBarcodeScanned {
  return _eventChannel.receiveBroadcastStream().cast<String>();
}