registerAll method

void registerAll()

Implementation

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