getZone method

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

Returns the ZoneInfo for zoneId, or null if not registered.

Deprecated — always returns null.

Implementation

@Deprecated('Zone-based dispatch is deprecated; use hit-testing instead')
ZoneInfo? getZone(String zoneId) => null;