inSameErrorZone method - Zone class - dart:async library (original) (raw)

description

inSameErrorZone abstract method

bool inSameErrorZone(

  1. Zone otherZone )

Whether this zone and otherZone are in the same error zone.

Two zones are in the same error zone if they have the same errorZone.

Implementation

bool inSameErrorZone(Zone otherZone);