FlutterSendSmsWeb class

Inheritance

Constructors

FlutterSendSmsWeb()

Properties

hashCode int
The hash code for this object.
no setterinherited
isCupertino bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separator String
no setterinherited

Methods

launchSms(String? number, [String? body]) Future<bool>
inherited
launchSmsMulti(List<String> numbers, [String? body]) Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendSms({required String phoneNumber, required String message}) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith(dynamic _) → void