openAppSettings method

Future<bool> openAppSettings()

Opens the App settings page.

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

Implementation

Future<bool> openAppSettings() async {
  throw UnimplementedError('openAppSettings() has not been implemented.');
}