NotificationErrorCallback typedef

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

Callback type for error handling.

Implementation

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