CodeClientCallbackFn typedef
CodeClientCallbackFn =
void Function(CodeResponse response)
The type of the callback
function passed to CodeClientConfig.
Implementation
typedef CodeClientCallbackFn = void Function(CodeResponse response);