menu
moviestar
services/pod_favorites_service.dart
PodFavoritesService
syncWithPod method
syncWithPod
dark_mode
light_mode
syncWithPod
method
Future
<
void
>
syncWithPod
(
)
Syncs data between POD and local cache.
Implementation
Future<void> syncWithPod() async { await _loadFromPod(); }
moviestar
pod_favorites_service
PodFavoritesService
syncWithPod method
PodFavoritesService class