DecodeErrorCallback typedef

DecodeErrorCallback = dynamic Function(Exception error)

Implementation

typedef DecodeErrorCallback = Function(Exception error);