LibraryEvent class
Constructors
- LibraryEvent.new({required String eventName, dynamic payload})
-
LibraryEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
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
Constants
- actionTapped → const String
- chatConfigurationSynced → const String
- chatLivechatRegistrationIdUpdated → const String
- chatViewStateChanged → const String
- depersonalized → const String
- installationUpdated → const String
- messageReceived → const String
- notificationTapped → const String
- personalized → const String
- registrationUpdated → const String
- tokenReceived → const String
- unreadMessageCounterUpdated → const String
- userUpdated → const String