ErrorCallBack typedef

ErrorCallBack = void Function(int code, String message)

Implementation

typedef ErrorCallBack = void Function(int code, String message);