Installation
First, install the MMKV package:Implementation
Create your MMKV storage instance and configure Para to use it:The custom storage implementation must handle serialization and deserialization of JSON data. All values are stored as strings, so your implementation should handle converting values correctly.