unsubscribeToSub method Null safety
- Subreddit targetedSub
Static Method Request the Reddit Api to unsubscribe to the Subreddit
Implementation
static unsubscribeToSub(Subreddit targetedSub) async {
await targetedSub.unsubscribe();
}
Static Method Request the Reddit Api to unsubscribe to the Subreddit
static unsubscribeToSub(Subreddit targetedSub) async {
await targetedSub.unsubscribe();
}