getZoneById abstract method
@brief Method returns the zone (within the current sublocation)
with the specified identifier or null if no such zone exists.
@param id zone unique identifier.
@return found zone object or null @see Zone "Zone".
Dart code snippet: @snippet location_manager_example.dart dart_Sublocation_getZoneById
Implementation
Zone getZoneById(int id);