onFinally property
void Function()?
onFinally
final
A callback that is called when the request is finished (either success or error).
Implementation
final void Function()? onFinally;
A callback that is called when the request is finished (either success or error).
final void Function()? onFinally;