openAppSettings function
Opens the app settings page.
Returns true
if the app settings page could be opened, otherwise false
.
Implementation
Future<bool> openAppSettings() => _handler.openAppSettings();
Opens the app settings page.
Returns true
if the app settings page could be opened, otherwise false
.
Future<bool> openAppSettings() => _handler.openAppSettings();