openAppSettings method

Future<bool> openAppSettings()

Opens the app settings screen. Returns true if the call was successful.

Implementation

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