deleteNotificationChannel method

Future<bool> deleteNotificationChannel(
  1. String channelId
)

删除通知渠道

Implementation

Future<bool> deleteNotificationChannel(String channelId) {
  throw UnimplementedError('deleteNotificationChannel() has not been implemented.');
}