buildPage abstract method

Future<DBPage> buildPage(
  1. Destination destination
)

Build DBPage from the destination.

Call supportRoute to check if the DBPageBuilder can build the page requested by the destination.

Implementation

Future<DBPage> buildPage(Destination destination);