notification method
Listen for an event on the channel instance.
Implementation
void notification(Function callback) => listen(
'.Illuminate\\Notifications\\Events\\BroadcastNotificationCreated',
callback,
);
Listen for an event on the channel instance.
void notification(Function callback) => listen(
'.Illuminate\\Notifications\\Events\\BroadcastNotificationCreated',
callback,
);