GoalsRef typedef

  1. @Deprecated('Will be removed in 3.0. Use Ref instead')
GoalsRef = AutoDisposeFutureProviderRef<List<LearningGoal>>

Implementation

@Deprecated('Will be removed in 3.0. Use Ref instead')
// ignore: unused_element
typedef GoalsRef = AutoDisposeFutureProviderRef<List<LearningGoal>>;