OnError typedef

OnError = void Function(TUIError errorCode, String message)

Implementation

typedef OnError = void Function(TUIError errorCode, String message);