onLoaded method
Returns a callback when the component is loaded.
Implementation
void onLoaded(LoadedCallback callback) {
_onLoadedCallback = callback;
notifyListeners();
}
Returns a callback when the component is loaded.
void onLoaded(LoadedCallback callback) {
_onLoadedCallback = callback;
notifyListeners();
}