clearNotification method
Implementation
clearNotification(int notificationId) {
methodChannel.invokeMethod("clearNotification", notificationId);
}
clearNotification(int notificationId) {
methodChannel.invokeMethod("clearNotification", notificationId);
}