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