errorHandler property

(void 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 void Function(Object?)? errorHandler;