clearLocalNotifications method
dynamic
clearLocalNotifications()
override
Implementation
clearLocalNotifications() {
methodChannel.invokeMethod("clearLocalNotifications");
}
clearLocalNotifications() {
methodChannel.invokeMethod("clearLocalNotifications");
}