registerAdapter method
Enregistre un nouvel adaptateur de notification
Implementation
void registerAdapter(NotificationAdapter adapter) {
_adapters.add(adapter);
}
Enregistre un nouvel adaptateur de notification
void registerAdapter(NotificationAdapter adapter) {
_adapters.add(adapter);
}