deleteNotificationChannel method

Future<void> deleteNotificationChannel(
  1. String channelId
)

Implementation

Future<void> deleteNotificationChannel(String channelId) async {
  await _channel.invokeMethod("deleteNotificationChannel", channelId);
}