cancelNotificationsContaining static method
- String thread
Removes the delivered notifications containing the provided thread
.
Implementation
static Future<bool> cancelNotificationsContaining(String thread) async {
return await platform.invokeMethod('cancelNotificationsContaining', {
'thread': thread,
});
}