VenueLoadErrorCallback typedef

VenueLoadErrorCallback = void Function(VenueErrorCode? error)

A method which is called on the main thread when VenueMap.selectVenueAsyncWithErrorsStr has been completed.

  • error Represents an error in case of a failure. It is null for an operation that succeeds.

Implementation

typedef VenueLoadErrorCallback = void Function(VenueErrorCode? error);