DefaultPushNotificationModule class

Implemented types

Constructors

DefaultPushNotificationModule({required Future<bool> sendDevicePushToken(BuildContext context, Object user, String token), dynamic pushMessageBodyConverter(String? type, String? body) = defaultPushMessageBodyConverter})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
pushMessageBodyConverter → dynamic Function(String? type, String? body)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendDevicePushToken Future<bool> Function(BuildContext context, Object user, String token)
final

Methods

initializePushNotifications(Getter<BuildContext?> context, AppInfo appInfo) PushNotificationService
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registrations() List<Inst<Object>>
override
toString() String
A string representation of this object.
inherited

Operators

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