deletePost property
dynamic Function[([[Post]])]? deletePost
final
To delete the post if user can (only work if the post is made by the user).
Implementation
final Function(Post)? deletePost;
- talawa
- post_modal
- PostBottomModal
- deletePost property