VenueLoadErrorCallback typedef
A method which is called on the main thread when VenueMap.selectVenueAsyncWithErrorsStr has been completed.
errorRepresents an error in case of a failure. It isnullfor an operation that succeeds.
Implementation
typedef VenueLoadErrorCallback = void Function(VenueErrorCode? error);