cancelAllNotifications method
Cancel all notifications
Implementation
Future<void> cancelAllNotifications() {
throw UnimplementedError(
'cancelAllNotifications() has not been implemented.');
}
Cancel all notifications
Future<void> cancelAllNotifications() {
throw UnimplementedError(
'cancelAllNotifications() has not been implemented.');
}