removePost abstract method

Future<void> removePost(
  1. Post post
)

Implementation

Future<void> removePost(Post post);