Removed debug print
This commit is contained in:
parent
04dfd70f24
commit
36a3769da2
|
@ -92,9 +92,7 @@ void Function(void Function())? setGlobalState;
|
|||
void Function(void Function())? setMainAppState;
|
||||
|
||||
void main() {
|
||||
pwa.PWAInstall().setup(installCallback: () {
|
||||
debugPrint('APP INSTALLED!');
|
||||
});
|
||||
pwa.PWAInstall().setup(installCallback: () {});
|
||||
|
||||
runApp(const App());
|
||||
|
||||
|
|
Loading…
Reference in New Issue