isRoot abstract method

Future<bool> isRoot(
  1. String routeName
)

判断路由routeName是否为根路由

Implementation

Future<bool> isRoot(String routeName);