algonauti / flutter-rest-data

Easily persist on device REST data from your backend
Other
5 stars 3 forks source link

Add RecordNotFoundException #1

Closed algodave closed 4 years ago

algodave commented 4 years ago

When records are requested by ID, and they're not found on the local Hive files, then a RecordNotFoundException is thrown.