onReady method

void onReady(
  1. T component
)

Implementation

void onReady(T component) {
  components.add(component);
}