news method

Future<bool?> news()

Open iOS settings in news section` returns operation successful or failure.

Implementation

Future<bool?> news() {
  return postMessage<bool?>(action: 'App-Prefs:NEWS');
}