deleteNotifyToUpdateUser abstract method

Future<void> deleteNotifyToUpdateUser(
  1. String suggestionId
)

Unsubscribes the user from the status changes of the suggestion.

Implementation

Future<void> deleteNotifyToUpdateUser(String suggestionId);