deleteNotificationChannel abstract method

Future<void> deleteNotificationChannel(
  1. String channelId
)

Method to delete Notification Channel

Implementation

Future<void> deleteNotificationChannel(String channelId);