clearError method
void
clearError()
Clear current error.
Implementation
void clearError() => throw UnimplementedError('clearError() has not been implemented.');
Clear current error.
void clearError() => throw UnimplementedError('clearError() has not been implemented.');