NotificationSchedulerDebugger class

Helper class for debugging scheduled notification issues.

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

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

Static Methods

cancelTestNotification(FlutterLocalNotificationsPlugin plugin) Future<void>
Cancels the test notification.
logSchedulingInfo({required String notificationId, required DateTime scheduledTime, required TZDateTime scheduledTZ, int? internalId}) → void
Logs comprehensive scheduling information.
runDiagnostics(FlutterLocalNotificationsPlugin plugin) Future<Map<String, dynamic>>
Runs comprehensive diagnostics for scheduled notifications.
testScheduleNotification(FlutterLocalNotificationsPlugin plugin, {Duration delay = const Duration(seconds: 10)}) Future<NotificationFailure?>
Tests scheduling a notification with detailed logging.