SuccessCallback<T> typedef
- @Deprecated('This type will be removed. Use the "DataCallback" instead.')
Callback function for a success. The data was fetched and nonnull element was returned.
Implementation
@Deprecated('This type will be removed. Use the "DataCallback" instead.')
typedef SuccessCallback<T> = void Function(BuildContext context, T data);