@override Future<void> deletePost(TimelinePost post) async { posts = posts.where((element) => element.id != post.id).toList(); notifyListeners(); }