syncWithPod method

Future<void> syncWithPod()

Syncs data between POD and local cache.

Implementation

Future<void> syncWithPod() async {
  await _loadFromPod();
}