addAdapter method

void addAdapter(
  1. T adapter
)

Implementation

void addAdapter(T adapter) {
  _adapters.add(adapter);
}