deletePost abstract method

Future<void> deletePost(
  1. TimelinePost post
)

Implementation

Future<void> deletePost(TimelinePost post);