removeAllChannels method

Future<List<String>> removeAllChannels()

Unsubscribes and removes all Realtime channels from Realtime client.

Implementation

Future<List<String>> removeAllChannels() {
  return realtime.removeAllChannels();
}