saveToSharedCache method

Future<void> saveToSharedCache()

Implementation

Future<void> saveToSharedCache() async {
  await SharedMemoryCache.setMap(sharedUniqueKey, toJson());
  return;
}