openSettings method
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.');
}