RequestDoneCallback<T> typedef
RequestDoneCallback<T> =
void Function(FlintResponse<T> response, FlintError? error)
Implementation
typedef RequestDoneCallback<T> =
void Function(FlintResponse<T> response, FlintError? error);