openAppSettings method

Future<bool> openAppSettings()

Opens the application settings screen in the operating system.

Implementation

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