clearAllNotification static method
Implementation
static Future<void> clearAllNotification() async {
_channel.invokeMethod('clearAllNotification');
}
static Future<void> clearAllNotification() async {
_channel.invokeMethod('clearAllNotification');
}