FlutterSmsussdPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterSmsussdPlatform
- Implementers
Constructors
- FlutterSmsussdPlatform()
- Constructs a FlutterSmsussdPlatform.
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
-
getPlatformVersion(
) → Future< String?> -
getSmsMessages(
) → Future< List< SmsMessage> > - Get all SMS messages
-
getSmsMessagesByPhoneNumber(
String phoneNumber) → Future< List< SmsMessage> > - Get SMS messages by phone number
-
hasSmsPermissions(
) → Future< bool> - Check if SMS permissions are granted
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestSmsPermissions(
) → Future< bool> - Request SMS permissions
-
sendSms(
{required String phoneNumber, required String message}) → Future< bool> - Send SMS message
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterSmsussdPlatform
-
The default instance of FlutterSmsussdPlatform to use.
getter/setter pair