menu
hope_cache package
documentation
mutation_builder.dart
HopeMutationBuilder<TData, TVariables>
onError property
onError property
dark_mode
light_mode
onError
property
void Function
(
Object
error
)
?
onError
final
Called when mutation fails.
Implementation
final void Function(Object error)? onError;
hope_cache package
documentation
mutation_builder
HopeMutationBuilder<TData, TVariables>
onError property
HopeMutationBuilder class