supportRoute abstract method Null safety
- Destination destination
Check if the DBPageBuilder support the Destination requested.
Return bool true if the DBPageBuilder can build the page requested
by the destination
.
Implementation
bool supportRoute(Destination destination);