stateGenerator function

Builder stateGenerator(
  1. BuilderOptions options
)

Builder stateGenerator is for Generating States and Events and Blocs

Implementation

Builder stateGenerator(BuilderOptions options) => SharedPartBuilder(
      [StateGenerator()],
      'fbloc_state_gen',
    );