onReady method
void
onReady()
Performs actions when the widget is ready.
This method is called when the widget is fully initialized and ready to be used.
Implementation
void onReady() {
config.onReady?.call();
}
Performs actions when the widget is ready.
This method is called when the widget is fully initialized and ready to be used.
void onReady() {
config.onReady?.call();
}