TIMErrorCallback typedef

TIMErrorCallback = dynamic Function(int code, String desc)

Implementation

typedef TIMErrorCallback = Function(int code, String desc);