menu
flutter_meteor package
documentation
navigator/navigator_api.dart
MeteorNavigatorApi
routeExists abstract method
routeExists abstract method
dark_mode
light_mode
routeExists
abstract method
Future
<
bool
>
routeExists
(
String
routeName
)
判断路由routeName是否存在
Implementation
Future<bool> routeExists(String routeName);
flutter_meteor package
documentation
navigator/navigator_api
MeteorNavigatorApi
routeExists abstract method
MeteorNavigatorApi class