unsubscribeToSub method Null safety

dynamic unsubscribeToSub(
  1. Subreddit targetedSub
)

Static Method Request the Reddit Api to unsubscribe to the Subreddit

Implementation

static unsubscribeToSub(Subreddit targetedSub) async {
  await targetedSub.unsubscribe();
}