clearNotification method

dynamic clearNotification(
  1. int notificationId
)

Implementation

clearNotification(int notificationId) {
  throw UnimplementedError('clearNotification() has not been implemented.');
}