topRouteIsNative static method

Future<bool> topRouteIsNative()

判断路由顶层是否为原生

Implementation

static Future<bool> topRouteIsNative() async {
  return await _nativeNavigator.topRouteIsNative();
}