menu
flutter_webrtc_zxing package
documentation
zxing_web.dart
ZxingWeb
barcodeFormatName method
barcodeFormatName method
dark_mode
light_mode
barcodeFormatName
method
@
override
String
barcodeFormatName
(
int
format
)
override
Implementation
@override String barcodeFormatName(int format) => _formatToName[format] ?? 'Unknown';
flutter_webrtc_zxing package
documentation
zxing_web
ZxingWeb
barcodeFormatName method
ZxingWeb class