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