clearSubscriptions method
Implementation
Future<void> clearSubscriptions() async {
await _changeChannelSubscriptions(
method: 'PUT', uuids: [], allowEmptyUuids: true);
}
Future<void> clearSubscriptions() async {
await _changeChannelSubscriptions(
method: 'PUT', uuids: [], allowEmptyUuids: true);
}