ValueErrorCallback typedef

ValueErrorCallback = void Function(int code, String error)

Implementation

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