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