removeChannel method

  1. @override
Future<bool> removeChannel(
  1. String channelKey
)
override

Remove a notification channel

Implementation

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