FlutterSmsPlugin class

Inheritance
  • Object
  • PlatformInterface
  • FlutterSmsPlugin

Constructors

FlutterSmsPlugin()

Properties

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

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