menu
psdk_fruit_cpcl package
documentation
psdk_fruit_cpcl.dart
BasicCPCL<T extends BasicCPCL<T>>
qrcode method
qrcode method
dark_mode
light_mode
qrcode
method
T
qrcode
(
{
required
CQRCode
arg
,
})
打印二维码
Implementation
T qrcode({required CQRCode arg}) { return push(arg); }
psdk_fruit_cpcl package
documentation
psdk_fruit_cpcl
BasicCPCL<T extends BasicCPCL<T>>
qrcode method
BasicCPCL class