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