errorHandler property

(dynamic Function(Object?)?) errorHandler
final

A function that takes any type of error as an argument to be called in the event a tile fetch fails

Implementation

final Function(Object?)? errorHandler;