refreshPost method

Future<void> refreshPost(
  1. Authorperm id
)

Refresh the post and add it to the stream

Implementation

Future<void> refreshPost(Authorperm id) async {
  return _fetchAndAddPost(id, requestLatest: true);
}