clearNotifications static method

Future<void> clearNotifications(
  1. ChatId chatId
)

Clears notifications identified by the provided ChatId via registered ServiceWorkers.

Implementation

static Future<void> clearNotifications(ChatId chatId) async {
  // No-op.
}