MethodChannelSmsSender class

A method channel implementation of SmsSenderPlatform.

This class communicates with the native platform using method channels.

Inheritance

Constructors

MethodChannelSmsSender()

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

getSimCards() Future<List<Map<String, dynamic>>>
Retrieves a list of available SIM cards on the device.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendSms(String phoneNumber, String message, int simSlot) Future<String>
Sends an SMS message to the specified phoneNumber.
override
toString() String
A string representation of this object.
inherited

Operators

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