ErrorHandler typedef
ErrorHandler =
void Function(FlintError error)
Callback type for handling errors returned by FlintClient.
Implementation
typedef ErrorHandler = void Function(FlintError error);
Callback type for handling errors returned by FlintClient.
typedef ErrorHandler = void Function(FlintError error);