FcmService class
Web stub for FcmService. Push notification registration via
firebase_messaging isn't useful on web (no APNs / FCM token surface
for our app), so this no-op stub keeps the package out of the JS
bundle. Conditional import in fcm_service_barrel.dart selects this
over fcm_service.dart.
Constructors
- FcmService(SupabaseDatasource _, {Object? messaging})
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
-
deleteToken(
) → Future< void> -
initialize(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited