onReady method

void onReady()

Implementation

void onReady() {
  // [onReady] 回调
  config.onReady?.call();
}