retryFunction method
Implementation
void retryFunction(BuildContext context, TState localState) {
if (idToCheck != null) {
context.read<TCubit>().fetch(idToFetch: idToCheck as TIdType);
}
}
void retryFunction(BuildContext context, TState localState) {
if (idToCheck != null) {
context.read<TCubit>().fetch(idToFetch: idToCheck as TIdType);
}
}