openAppSettings method
Open the App settings page
Returns true if app settings page could be opened, otherwise false
is returned
Implementation
Future<bool> openAppSettings() async {
throw UnimplementedError('openAppSettings() has not been implemented.');
}