photosAndCamera method

Future<bool?> photosAndCamera()

Open iOS settings in Photos & Camera section. returns operation successful or failure.

Implementation

Future<bool?> photosAndCamera() {
  return postMessage<bool?>(action: 'App-prefs:Photos');
}