updateOrInsert method
Updates a given CacheObject, if it exists, or adds a new item to the repository
Implementation
@override
Future updateOrInsert(CacheObject cacheObject) {
return Future.value();
}
Updates a given CacheObject, if it exists, or adds a new item to the repository
@override
Future updateOrInsert(CacheObject cacheObject) {
return Future.value();
}