VerloopFlutterSdkPlatform class
abstract
- Inheritance
-
- Object
- PlatformInterface
- VerloopFlutterSdkPlatform
- Implementers
Methods
-
buildVerloop()
→ Future<void>
-
-
dismissChat()
→ Future<void>
-
-
dispose()
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
-
setButtonClickListener()
→ Future<void>
-
-
setConfig({required String clientId, String? userId, String? recipeId, String? fcmToken, String? userName, String? userEmail, String? userPhone, Map<String, String>? userVariables, Map<String, String>? roomVariables})
→ Future<void>
-
-
-
setUrlClickListener({bool overrideUrlOnClick = false})
→ Future<void>
-
-
showDownloadButton({bool isAllowFileDownload = false})
→ Future<void>
-
-
startChat()
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited