addAll abstract method

Future<void> addAll(
  1. List<Component> components
)

Used to add component list in the game.

Implementation

Future<void> addAll(List<Component> components);