hasZone method

  1. @Deprecated('Zone-based dispatch is deprecated; use hit-testing instead')
bool hasZone(
  1. String zoneId
)

Returns true if a zone with zoneId exists and is non-zero.

Deprecated — always returns false.

Implementation

@Deprecated('Zone-based dispatch is deprecated; use hit-testing instead')
bool hasZone(String zoneId) => false;