builder property
The builder for a widget when the API call is successfull.
The response
argument is the class decoded by the ConnectionManager.
Implementation
final Widget Function(BuildContext context, List<T>? response) builder;
The builder for a widget when the API call is successfull.
The response
argument is the class decoded by the ConnectionManager.
final Widget Function(BuildContext context, List<T>? response) builder;