PushNotificationsService class abstract

Implementers

Constructors

PushNotificationsService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAPNSToken() Future<Either<Failure, String?>>
getToken() Future<Either<Failure, String?>>
init({required dynamic onMessage(PushNotification message, bool background)?, required dynamic onBackgroundNotification(PushNotification message)?}) Future<Either<Failure, Unit>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerDeviceForPushNotification(PushTokenRegisterInfo deviceInfo, Map<String, dynamic>? customParams) Future<Either<Failure, Unit>>
removeDeviceByToken(PushTokenRegisterInfo deviceInfo, Map<String, dynamic>? customParams) Future<Either<Failure, Unit>>
toString() String
A string representation of this object.
inherited

Operators

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