notification method

Channel notification(
  1. Function callback
)

Listen for an event on the channel instance.

Implementation

Channel notification(Function callback) => listen(
      '.Illuminate\\Notifications\\Events\\BroadcastNotificationCreated',
      callback,
    );