createNotificationSnapshot abstract method

Future<MastodonResponse<NotificationSnapshot>> createNotificationSnapshot({
  1. required String notificationId,
})

Get saved timeline notification position.

Parameters

  • notificationId: ID of the last notification read.

Endpoint Url

  • POST /api/v1/markers HTTP/1.1

Authentication Methods

  • OAuth 2.0

Required Scopes

  • write:statuses

Reference

Implementation

Future<MastodonResponse<NotificationSnapshot>> createNotificationSnapshot({
  required String notificationId,
});