clearNotificationHistory method

Future<void> clearNotificationHistory(
  1. String? applicationId
)

Implementation

Future<void> clearNotificationHistory(String? applicationId) =>
    throw UnimplementedError(
        'clearNotificationHistory() has not been implemented.');