NotificationService class abstract
- Inheritance
-
- Object
- LittleFishService
- NotificationService
- Implementers
Constructors
Properties
- core ↔ LittleFishCore
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isReady → bool
-
no setter
- logger → LoggerService
-
no setterinherited
- providerName → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings ↔ NotificationSettings
-
getter/setter pair
Methods
-
dispose(
) → Future< void> -
getSubscribedTopics(
) → Future< List< String> > -
initialise(
NotificationSettings settings, dynamic onEvent(NotificationEvent e)) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onNotificationEvent(
NotificationEvent event) → Future< void> -
onNotificationEventError(
NotificationEvent event, dynamic error) → Future< void> -
onNotificationEventErrorDataMessage(
NotificationEvent event, dynamic error, dynamic data, String message) → Future< void> -
register(
Terminal terminal) → Future< void> -
setIsReady(
{required bool isReady}) → Future< void> -
subscribeToTopic(
{required String topic}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
unregister(
Terminal terminal) → Future< void> -
unsubscribeFromTopic(
{required String topic}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited