clear abstract method

Future<bool> clear()

Clear, or in other words, remove, the value. Effectively sets the value to a null value. After removing a value, the notifier will emit defaultValue once.

Returns true if the clear operation was successful, otherwise returns false.

Implementation

Future<bool> clear();