Save a collection to the storage class.
Future storageCollectionSave<T>(String key, List collection) async { return await NyStorage.saveCollection<T>(key, collection); }