HI , the app is force close and disconnected after using this function
WidgetsFlutterBinding.ensureInitialized();
await FlutterDownloader.initialize(
debug: true // optional: set false to disable printing logs to console
);
this happened at IOS only , can anyone tell me why ?