API Reference
The Pleex API is super tiny. Pleex make an schematic simple wrapper on async storage that means you can simply store your data on async storage schematic and use many api's to manage them.
How to create collection
CollectionHow to create schema's
SchemaHow to insert data into collection's
InsertHow to retrieve all data's of a collection
getAllfind and get item
getItemfind and get multiple items
getItemsfind and remove item
removeItemLast updated
Was this helpful?