openSystemSettings method

Future<bool> openSystemSettings()

Opens the system settings at the top level.

Implementation

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