removeChannel abstract method

Future<bool> removeChannel(
  1. String channelKey
)

Remove a notification channel

Implementation

Future<bool> removeChannel(String channelKey);