openSettings method

Future<bool> openSettings(
  1. SettingsPanel panel, {
  2. String? packageName,
})

Opens the given panel on the current platform. Returns true if the panel was opened successfully.

Implementation

Future<bool> openSettings(
  SettingsPanel panel, {
  String? packageName,
}) {
  throw UnimplementedError('openSettings() has not been implemented.');
}