updateOrInsert method

  1. @override
Future updateOrInsert(
  1. CacheObject cacheObject
)
override

Updates a given CacheObject, if it exists, or adds a new item to the repository

Implementation

@override
Future updateOrInsert(CacheObject cacheObject) {
  return Future.value();
}