menu
dart_board_core package
documentation
interface/nav_interface.dart
DartBoardNav
appendPath abstract method
appendPath abstract method
dark_mode
light_mode
appendPath
abstract method
void
appendPath
(
String
path
)
Append to the current route (e.g. /b appended to /a = /a/b)
Implementation
void appendPath(String path);
dart_board_core package
documentation
interface/nav_interface
DartBoardNav
appendPath abstract method
DartBoardNav class