Que el mensaje de actualizacion de app no aplique para sitio web
This commit is contained in:
@@ -321,7 +321,9 @@ class _ServiceScreenState extends State<ServiceScreen> {
|
|||||||
void initState() {
|
void initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
|
|
||||||
_getAppVersion();
|
if (!kIsWeb) {
|
||||||
|
_getAppVersion();
|
||||||
|
}
|
||||||
|
|
||||||
if (settings == null) {
|
if (settings == null) {
|
||||||
SettingModel.getSettings().then(
|
SettingModel.getSettings().then(
|
||||||
|
|||||||
Reference in New Issue
Block a user