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