diff --git a/lib/app.dart b/lib/app.dart index f751e69..0cd7d03 100644 --- a/lib/app.dart +++ b/lib/app.dart @@ -35,8 +35,8 @@ class _MyAppState extends State { void initState() { super.initState(); - SemanticsBinding.instance - .ensureSemantics(); // -NOTE:only for testing uncomment, Otherwise Email Template wont allow to type + // SemanticsBinding.instance + // .ensureSemantics(); // -NOTE:only for testing uncomment, Otherwise Email Template wont allow to type if (kIsWeb) { final uri = Uri.parse(html.window.location.href); print("URI - $uri");