fontRepositoryProvider top-level property
Implementation
final fontRepositoryProvider = Provider<FontRepository>((ref) {
final dataSource = ref.watch(fontLocalDataSourceProvider);
return FontRepositoryImpl(dataSource);
});
final fontRepositoryProvider = Provider<FontRepository>((ref) {
final dataSource = ref.watch(fontLocalDataSourceProvider);
return FontRepositoryImpl(dataSource);
});