addNotifyToUpdateUser abstract method

Future<void> addNotifyToUpdateUser(
  1. String suggestionId
)

Subscribes the user to the status changes of the suggestion.

Implementation

Future<void> addNotifyToUpdateUser(String suggestionId);