dependencies method Null safety
override
Dependencies
Implementation
@override
void dependencies() {
Get
..put(NotificationDispatchers())
..put(NotificationQueueService())
..put(DistanceTraveledTriggerNotification())
..put(RunStartedTriggerNotification());
}