timeoutCallback property

dynamic Function()? timeoutCallback
getter/setter pair

define a callback that gets called when the timeout is triggered
mostly used for internal err handling (e.g. other usecases)

Implementation

Function()? timeoutCallback;