clearError method

void clearError()

Clear current error.

Clears any stored error message from previous operations.

Implementation

void clearError() =>
    throw UnimplementedError('clearError() has not been implemented.');