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