subscribeToSub method Null safety

dynamic subscribeToSub(
  1. Subreddit targetedSub
)

Static Method Request the Reddit Api to subscribe to the Subreddit

Implementation

static subscribeToSub(Subreddit targetedSub) async {
  await targetedSub.subscribe();
}