MissingPluginException(No implementation found for method getInstalledApps on channel installed_apps)
E/flutter ( 4648): <asynchronous suspension>
These errors are occured when i try to get the list of installed apps from installed_apps package from flutter.
This is my code:
List<AppInfo> apps = await InstalledApps.getInstalledApps();