createSystem abstract method

  1. @factory
FutureOr<System> createSystem(
  1. State state
)

Creates a new system with the given state.

Implementation

@factory
FutureOr<System> createSystem(State state);