Appearance
Fetch available notification types from Traccar.
use ThingsTelemetry\Traccar\Facades\Notification; $types = Notification::types();
Returns an Illuminate\Support\Collection<int, ThingsTelemetry\Traccar\Dto\NotificationTypeData>.
Illuminate\Support\Collection<int, ThingsTelemetry\Traccar\Dto\NotificationTypeData>