refreshThread method
Refresh the thread and add it to the stream
Implementation
Future<void> refreshThread(Authorperm id) async {
return _fetchAndAddThread(id, requestLatest: true);
}
Refresh the thread and add it to the stream
Future<void> refreshThread(Authorperm id) async {
return _fetchAndAddThread(id, requestLatest: true);
}