menu
flutter_code_scanner package
documentation
ai_barcode_scanner.dart
SMS
SMS.new const constructor
SMS.new 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, });
flutter_code_scanner package
documentation
ai_barcode_scanner
SMS
SMS.new const constructor
SMS class