worldClockLocalDataSourceProvider top-level property
Implementation
final worldClockLocalDataSourceProvider = Provider<WorldClockLocalDataSource>((ref) {
final sharedPreferences = ref.watch(sharedPreferencesProvider).asData!.value;
return WorldClockLocalDataSourceImpl(sharedPreferences);
});