errorHandler property

(void Function(FMTCBrowsingError exception)?) errorHandler
getter/setter pair

A custom callback that will be called when an FMTCBrowsingError is raised

Even if this is defined, the error will still be (re)thrown.

Implementation

void Function(FMTCBrowsingError exception)? errorHandler;