AppUpdateWidget constructor
Implementation
const AppUpdateWidget({
super.key,
required this.child,
required this.navigatorKey,
required this.googlePlayId,
required this.appStoreId,
required this.isHomeownerApp,
});
const AppUpdateWidget({
super.key,
required this.child,
required this.navigatorKey,
required this.googlePlayId,
required this.appStoreId,
required this.isHomeownerApp,
});