updateNotification abstract method

Future<Notification> updateNotification(
  1. Notification notification
)

Updates a notification by posting the updated notification to the server.

Returns the updated notification from the server.

Implementation

Future<Notification> updateNotification(Notification notification);