SmsService class abstract
Interface for SMS services
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isServiceAvailable(
) → Future< bool> - Check if service is available
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendBulkSms(
{required List< String> phoneNumbers, required String message, String? countryCode}) → Future<Map< String, bool> > - Send SMS to multiple recipients
-
sendSms(
{required String phoneNumber, required String message, String? countryCode}) → Future< bool> - Send SMS to a single recipient
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited