AsyncNotificationService class abstract

Inheritance

Constructors

AsyncNotificationService()

Properties

core LittleFishCore
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isReady bool
no setterinherited
logger LoggerService
no setterinherited
providerName String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings NotificationSettings
getter/setter pairinherited

Methods

dispose() Future<void>
inherited
getSubscribedTopics() Future<List<String>>
inherited
initialise(NotificationSettings settings, dynamic onEvent(NotificationEvent e)) Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onNotificationEvent(NotificationEvent event) Future<void>
inherited
onNotificationEventError(NotificationEvent event, dynamic error) Future<void>
inherited
onNotificationEventErrorDataMessage(NotificationEvent event, dynamic error, dynamic data, String message) Future<void>
inherited
register(Terminal terminal) Future<void>
inherited
setIsReady({required bool isReady}) Future<void>
inherited
subscribeToTopic({required String topic}) Future<void>
inherited
toString() String
A string representation of this object.
inherited
unregister(Terminal terminal) Future<void>
inherited
unsubscribeFromTopic({required String topic}) Future<void>
inherited

Operators

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