Sms class Null safety

Properties

africasTalking AfricasTalking
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
shortCode String
Your registered short code or alphanumeric, defaults to AFRICASTKNG.
read / write

Methods

createSubscription({required String phoneNo, required String keyword, required String checkoutToken}) Future<Response>
Subscribes a phone number [...]
deleteSubscription({required String keyword, required String phoneNo}) Future<Response>
Delete a premium sms subscription [...]
fetchMessages({required String lastReceivedId}) Future<Response>
fetchSubscriptions({required String keyword, String? lastReceivedId}) Future<Response>
Fetches your premium sms subscriptions. [...]
generateCheckoutToken({required String phoneNo}) Future<Response>
Generates a token used to authorize a premium sms subscription [...]
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
send({required String message, required List<String> to, String? from, int? bulkSMSMode, int? enqueue, String? keyword, String? linkId, int? retryDurationInHours}) Future<Response>
Sends message [...]
toString() String
A string representation of this object. [...]
inherited

Operators

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