VerloopFlutterSdkWeb class
A web implementation of the VerloopFlutterSdkPlatform of the VerloopFlutterSdk plugin.
- Inheritance
-
- Object
- PlatformInterface
- VerloopFlutterSdkPlatform
- VerloopFlutterSdkWeb
Constructors
- VerloopFlutterSdkWeb.new()
- Constructs a VerloopFlutterSdkWeb
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onButtonClicked
→ Stream<
ButtonClickValue> -
no setterinherited
-
onUrlClicked
→ Stream<
UrlClickValue> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildVerloop(
) → Future< void> -
override
-
dismissChat(
) → Future< void> -
inherited
-
dispose(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openMenuWidget(
) → Future< void> -
inherited
-
setButtonClickListener(
) → Future< void> -
override
-
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> -
Returns a String containing the version of the platform.
override
-
setHeaderConfig(
{VerloopHeaderConfig? headerConfig}) → Future< void> -
inherited
-
setUrlClickListener(
{bool overrideUrlOnClick = false}) → Future< void> -
override
-
showDownloadButton(
{bool isAllowFileDownload = false}) → Future< void> -
inherited
-
startChat(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void