SlidableNotificationCallback typedef
SlidableNotificationCallback =
void Function(SlidableNotification notification)
Signature for SlidableNotification listeners.
Implementation
typedef SlidableNotificationCallback = void Function(
SlidableNotification notification,
);