removed print
This commit is contained in:
parent
2ea3bee498
commit
8ee618101b
|
@ -103,7 +103,6 @@ class _ChromeSafariBrowserExampleScreenState
|
|||
dismissButtonStyle: DismissButtonStyle.CLOSE,
|
||||
presentationStyle:
|
||||
ModalPresentationStyle.OVER_FULL_SCREEN));
|
||||
print(await ChromeSafariBrowser.getPackageName());
|
||||
},
|
||||
child: Text("Open Chrome Safari Browser")),
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue