openAppSettings method

Future<void> openAppSettings()

Opens the application settings on the device.

Implementation

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