menu
bonfire package
documentation
base/bonfire_game_interface.dart
BonfireGameInterface
addAll abstract method
addAll abstract method
dark_mode
light_mode
addAll
abstract method
Future
<
void
>
addAll
(
List
<
Component
>
components
)
Used to add component list in the game.
Implementation
Future<void> addAll(List<Component> components);
bonfire package
documentation
base/bonfire_game_interface
BonfireGameInterface
addAll abstract method
BonfireGameInterface class