buildPage abstract method Null safety
- 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);