RolleeChannel class abstract

This class represents the method(s) used to communicate with the web view of Rollee Connect.

Annotations

Constructors

RolleeChannel()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

onMessage(JavaScriptMessage jsMessage, {required RolleeConnectConfig config, required dynamic onCompletedHandler(RolleeConnectResult result), required dynamic onCloseHandler(bool close), required dynamic onLoginSuccessHandler(RolleeConnectLoginResult loginResult), required dynamic onHomeHandler(), required dynamic onTermsHandler(), required dynamic onSearchHandler(), required dynamic onLoginHandler(), required dynamic onFetchHandler(), required dynamic onConnectedHandler()}) → dynamic
This the method used to communicate with the web view of Rollee Connect.