openAppSettings function

Future<bool> openAppSettings()

Opens the app settings page.

Returns true if the app settings page could be opened, otherwise false.

Implementation

Future<bool> openAppSettings() => _handler.openAppSettings();