clearLocalNotifications method

dynamic clearLocalNotifications()
override

Implementation

clearLocalNotifications() {
  methodChannel.invokeMethod("clearLocalNotifications");
}