menu
bart package
documentation
bart/router_delegate.dart
MenuRouter
removePath method
removePath method
dark_mode
light_mode
removePath
method
String
removePath
(
String
path
)
Implementation
String
removePath(
String
path) => path.replaceAll(
'/'
,
''
);
bart package
documentation
bart/router_delegate
MenuRouter
removePath method
MenuRouter class
Constructors
new
Properties
child
hashCode
indexNotifier
key
navigationKey
onRouteChanged
routesBuilder
routingTypeNotifier
runtimeType
Methods
createElement
debugDescribeChildren
debugFillProperties
handleWebUrl
noSuchMethod
removePath
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
updateRoute
updateShouldNotify
Operators
operator ==
Static methods
of