readyAfterMaterialApp function

void readyAfterMaterialApp(
  1. BuildContext context
)

Implementation

void readyAfterMaterialApp(BuildContext context) {
  if (_done) return;
  _done = true;



}