OpenAppsSettings class

An OpenAppsSettings class is responsible for Opening settings pages for the application.

Constructors

OpenAppsSettings()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

openAppsSettings({required SettingsCode settingsCode, Function? onCompletion}) Future<void>
openAppsSettings method is used to open settings. As a input user will specify which settings should be open. All SettingsCode are defined in SettingsCode enum. onCompletion method parameter is optional. If user wants to execute something after returning back from settings then can pass through onCompletion method