Callback typedef

Callback = void Function(String code, String value)

Implementation

typedef Callback = void Function(String code,String value);