updateNotificationTokenDebugStatusProvider top-level property

StateProvider<String?> updateNotificationTokenDebugStatusProvider
final

Provides a debug status message that explains the current status of registering a notification token

Implementation

final updateNotificationTokenDebugStatusProvider =
    StateProvider<String?>((ref) => null);