判断路由顶层是否为原生
static Future<bool> topRouteIsNative() async { return await _nativeNavigator.topRouteIsNative(); }