NotificationErrorCallback typedef

NotificationErrorCallback = void Function(Object error, StackTrace? stackTrace)

Callback type for error handling.

Implementation

typedef NotificationErrorCallback = void Function(
  Object error,
  StackTrace? stackTrace,
);