getVenueById abstract method

Venue getVenueById(
  1. int id
)

@brief Method returns the venue (within the current sublocation) with the specified identifier or null if no such venue exists. @param id venue unique identifier. @return found venue object or null @see Venue "Venue".

Dart code snippet: @snippet location_manager_example.dart dart_Sublocation_getVenueById

Implementation

Venue getVenueById(int id);