InteractiveService class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
sendCallToActionButton(String phoneNumber, String bodyText, String buttonText, String buttonUrl)
→ Future<Request>
-
-
sendInteractiveLists(String phoneNumber, String bodyText, String buttonText, List<Map<String, dynamic>> sections)
→ Future<Request>
-
-
sendInteractiveReplayButtons(String phoneNumber, String bodyText, List<Map<String, dynamic>> interactiveReplyButtons)
→ Future<Request>
-
-
toString()
→ String
-
A string representation of this object.
inherited