mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Explicitly return null
This commit is contained in:
@@ -68,6 +68,7 @@ class NutritionPlansProvider with ChangeNotifier {
|
||||
if (_plans.isNotEmpty) {
|
||||
return _plans.first;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
NutritionalPlan findById(int id) {
|
||||
|
||||
Reference in New Issue
Block a user