dependencies method Null safety

  1. @override
void dependencies()
override

Dependencies

Implementation

@override
void dependencies() {
  Get
    ..put(NotificationDispatchers())
    ..put(NotificationQueueService())
    ..put(DistanceTraveledTriggerNotification())
    ..put(RunStartedTriggerNotification());
}