setAppStatefulWidget method
Assign the AppStateful object
Implementation
bool setAppStatefulWidget(v.AppStatefulWidget appWidget) {
// Only assigned once with the first call.
_appWidget ??= appWidget;
return appWidget != null;
}
Assign the AppStateful object
bool setAppStatefulWidget(v.AppStatefulWidget appWidget) {
// Only assigned once with the first call.
_appWidget ??= appWidget;
return appWidget != null;
}