registerAll method
Implementation
void registerAll(Iterable<NotificationChannel> channels) {
for (final channel in channels) {
register(channel);
}
}
void registerAll(Iterable<NotificationChannel> channels) {
for (final channel in channels) {
register(channel);
}
}