refreshThread method

Future<void> refreshThread(
  1. Authorperm id
)

Refresh the thread and add it to the stream

Implementation

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