registerAll method
Implementation
void registerAll(Iterable<NotificationAction> actions) {
for (final action in actions) {
register(action);
}
}
void registerAll(Iterable<NotificationAction> actions) {
for (final action in actions) {
register(action);
}
}