menu
ai_barcode_scanner package
documentation
ai_barcode_scanner.dart
SMS
SMS const constructor
SMS const constructor
dark_mode
light_mode
SMS
constructor
const
SMS
(
{
String
?
message
,
required
String
phoneNumber
,
})
Construct a new
SMS
instance.
Implementation
const SMS({ this.message, required this.phoneNumber, });
ai_barcode_scanner package
documentation
ai_barcode_scanner
SMS
SMS const constructor
SMS class