add abstract method

Future<void>? add(
  1. Component component
)

Used to add component in the game.

Implementation

Future<void>? add(Component component);