onAsyncPartReady method

void onAsyncPartReady(
  1. Type type,
  2. int? index
)

Runs for every async part when it is initialized

type - type of instance that is ready index - index of instance that is ready

Implementation

void onAsyncPartReady(Type type, int? index) {}