openAppSettings method

Future<bool> openAppSettings()

Opens the app settings page.

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

Implementation

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