onBooted method

void onBooted(
  1. void callback()
)

Implementation

void onBooted(void Function() callback) {
  _bootedCallbacks.add(callback);
}