SmsFlutterPlugin class
A web implementation of the SmsFlutter plugin.
- Inheritance
-
- Object
- PlatformInterface
- SmsFlutterPlugin
Constructors
Properties
Methods
-
handleMethodCall(
MethodCall call) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendSMS(
String address, String body) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ SmsFlutterPlugin
-
The default instance of SmsFlutterPlugin to use.
getter/setter pair
Static Methods
-
registerWith(
Registrar registrar) → void