onReady static method

void onReady(
  1. dynamic ready()
)

Implementation

static void onReady(Function() ready) {
  _ready = ready;
}