RuutController class

Constructors

RuutController({required String ruutToken, required dynamic onMessageReceived(String)})

Properties

hashCode int
The hash code for this object.
no setterinherited
onMessageReceived → dynamic Function(String)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ruutToken String
final
webView Widget
no setter

Methods

deleteCustomAttribute(String attributeKey) Future<void>
dispose() → void
initialize() Future<void>
initializeUserAgent() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() Future<void>
setCustomAttributes(Map<String, dynamic> attributes) Future<void>
setUser(RuutUser? user) Future<void>
setUserAgent(String userAgent) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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