buildContextStack property
List<HybridRoutePageContext>
get
buildContextStack
Get current attached buildContexts. Especially useful to detect how many hybrid route pages attached to the Flutter tree.
Implementation
List<HybridRoutePageContext> get buildContextStack => _buildContextStack;