cancelNotification static method
- String tag
Removes the delivered notification with the provided tag
.
Implementation
static Future<bool> cancelNotification(String tag) async {
return await _platform.invokeMethod('cancelNotification', {'tag': tag});
}