updateNotification abstract method
- 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);