photosAndCamera method

Future<bool> photosAndCamera()

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

Implementation

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