openSettings method

Future<bool> openSettings()

Opens the app's system settings page.

Implementation

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