Clears all values in this source.
@override Future<void> clearAll() async { await storage.deleteAll(); await _emit(); }