addHud abstract method

FutureOr<void> addHud(
  1. Component component
)

Used to add hud component in the game.

Implementation

FutureOr<void> addHud(Component component);