core/open_settings_plus library

Classes

OpenSettingsPlus
Singleton used to create a OpenSettingsPlus instance. You can get iOS or android instance of OpenSettingsPlus using this class.
OpenSettingsPlusAndroid
An implementation of OpenSettingsPlusPlatform that uses method channels. This class is used by the app itself to open settings. You need to use this class to open android options
OpenSettingsPlusIOS
The iOS implementation of OpenSettingsPlusPlatform. You can use this class to open settings in iOS. Note: This class should only be used in iOS.