Read a collection from NyStorage
Future<List<T>> readCollection<T>() async { return await NyStorage.readCollection(this); }