loadFromOfflineCache method

Future<void> loadFromOfflineCache()

Implementation

Future<void> loadFromOfflineCache() async {
  await _mutationSyncer?.loadFromOfflineCache();
}