FirebaseNotificationScheduler class

Please get authentication keys by visiting https://fns-registration.magnolabs.in.

Constructors

FirebaseNotificationScheduler({required String authenticationKey, required String rapidApiKey})

Properties

authenticationKey String
final
client ↔ Client
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
rapidApiKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelNotification(String messageId) Future
getAllScheduledNotification() Future<List<ScheduledNotification>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scheduleNotification(String payload, DateTime dateTimeInUtc) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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