menu
zxing2 package
documentation
qrcode.dart
EncodeHints
put<T> method
put<T> method
dark_mode
light_mode
put<
T
>
method
void
put
<
T
>(
EncodeHintType
<
T
>
type
, [
T?
value
])
Implementation
void put<T>(EncodeHintType<T> type, [T? value]) { _hints[type] = value; }
zxing2 package
documentation
qrcode
EncodeHints
put<T> method
EncodeHints class