FlutterSmsPlugin class
- Inheritance
-
- Object
- PlatformInterface
- FlutterSmsPlugin
Constructors
Properties
Methods
-
canSendSMS(
) → Future< bool> -
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 message, required List< String> recipients, bool sendDirect = false}) → Future<String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void