cancelAllNotification method
void
cancelAllNotification()
清空当前应用在通知栏的通知
Implementation
void cancelAllNotification() {
_channel.invokeMethod('cancelAllNotification');
}
清空当前应用在通知栏的通知
void cancelAllNotification() {
_channel.invokeMethod('cancelAllNotification');
}