Remove a notification channel
@override Future<bool> removeChannel(String channelKey) { return LocalNotificationsPlatform.instance.removeChannel(channelKey); }