FlutterSendSmsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterSendSmsPlatform
Implementers

Constructors

FlutterSendSmsPlatform()

Properties

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

Methods

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

Operators

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

Static Properties

instance FlutterSendSmsPlatform
getter/setter pair