inKelicapZone function
For a zone, returns whether it is within Kelicap ngZone.
INTERNAL ONLY: This is an experimental API subject to change.
Implementation
//@experimental
bool inKelicapZone(NgZone ngZone, Zone zone) {
return identical(zone[ngZone._thisZoneKey], true);
}