buildPages abstract method

List<BeamPage> buildPages(
  1. BuildContext context,
  2. T state
)

Creates and returns the list of pages to be built by the Navigator when this BeamLocation is beamed to or internally inferred.

context can be useful while building the pages. It will also contain anything injected via builder.

Implementation

List<BeamPage> buildPages(BuildContext context, T state);