void main() async { WidgetsFlutterBinding.ensureInitialized(); runApp(ProviderScope(child: App())); }