dispatch abstract method

NotificationSubscription dispatch(
  1. WerkbankNotification notification, {
  2. bool count = true,
})

Implementation

NotificationSubscription dispatch(
  WerkbankNotification notification, {
  bool count = true,
});