@override Future<void> del(topic) async { _isInitialized(); messages.remove(topic); await _persist(); }