clearError method

  1. @override
void clearError({
  1. bool notify = false,
})
override

Implementation

@override
void clearError({bool notify = false}) => setError(null, notify: notify);