FlutterDexchangeSms class

A Flutter wrapper for the Dexchange SMS service.

Constructors

FlutterDexchangeSms({required String apiKey})
Creates a new instance of FlutterDexchangeSms with the specified apiKey.

Properties

apiKey String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service ↔ DexchangeSmsService
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendOTP({required SendOTPRequest request}) Future<SendOTPResponse>
Sends an OTP (One-Time Password) using the Dexchange SMS service.
sendSms({required SendSmsRequest request}) Future<SendSmsResponse>
Sends an SMS message using the Dexchange SMS service.
sendVerifyOTP({required SendVerifyOTPRequest request}) Future<SendVerifyOTPResponse>
Sends a request to verify an OTP (One-Time Password) using the Dexchange SMS service.
toString() String
A string representation of this object.
inherited

Operators

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