SlidableNotificationCallback typedef

SlidableNotificationCallback = void Function(SlidableNotification notification)

Implementation

typedef SlidableNotificationCallback = void Function(
  SlidableNotification notification,
);