Callback<T> typedef

Callback<T> = void Function(int code, T? data)

Implementation

typedef Callback<T> = void Function(int code, T? data);