watchError method
Convenience method for watching only error state
Implementation
void Function() watchError(
ZenController controller, void Function(Object?) callback,
{String? name}) =>
watch(controller, onError: callback, name: name);