VerloopFlutterSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • VerloopFlutterSdkPlatform
Implementers

Constructors

VerloopFlutterSdkPlatform.new()
Constructs a VerloopFlutterSdkPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
onButtonClicked Stream<ButtonClickValue>
no setter
onUrlClicked Stream<UrlClickValue>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildVerloop() Future<void>
dismissChat() Future<void>
dispose() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openMenuWidget() Future<void>
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>
setHeaderConfig({VerloopHeaderConfig? headerConfig}) 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

Operators

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

Static Properties

instance VerloopFlutterSdkPlatform
The default instance of VerloopFlutterSdkPlatform to use.
getter/setter pair