lastFlight property
final
The most recently launched flight - the subscription point for debug HUDs and telemetry.
Implementation
final ValueNotifier<MorphFlight?> lastFlight = ValueNotifier<MorphFlight?>(
null,
);
The most recently launched flight - the subscription point for debug HUDs and telemetry.
final ValueNotifier<MorphFlight?> lastFlight = ValueNotifier<MorphFlight?>(
null,
);