showRemovePostAlert abstract method

Future<void> showRemovePostAlert(
  1. BuildContext context,
  2. Post post
)

Implementation

Future<void> showRemovePostAlert(BuildContext context, Post post);