registerAll method
void
registerAll()
Implementation
void registerAll() {
if (registered) return;
registerAdapters();
registerListAdaptersWith(this);
}
void registerAll() {
if (registered) return;
registerAdapters();
registerListAdaptersWith(this);
}