ErrorCallback typedef

ErrorCallback = void Function(int code, String error)

Implementation

typedef ErrorCallback = void Function(int code, String error);