activateNotification abstract method

Future<void> activateNotification({
  1. required String time,
  2. required PayLoadModel payLoad,
  3. ChannelModel? channel,
})

Implementation

Future<void> activateNotification({required String time, required PayLoadModel payLoad, ChannelModel? channel });