getZone method
- @Deprecated('Zone-based dispatch is deprecated; use hit-testing instead')
- 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;