Removes the delivered notification with the provided tag.
tag
static Future<void> cancelNotification(String tag) async { await platform.invokeMethod('cancelNotification', {'tag': tag}); }