timeDataSourceProvider top-level property
Implementation
final timeDataSourceProvider = Provider<TimeDataSource>((ref) {
return TimeDataSourceImpl();
});
final timeDataSourceProvider = Provider<TimeDataSource>((ref) {
return TimeDataSourceImpl();
});