Deletes a collection from the given key.
key
static Future deleteCollection(String key, {bool andFromBackpack = false}) async { await delete(key, andFromBackpack: andFromBackpack); }