storageAndBackup method

Future<bool> storageAndBackup()

Open iOS settings in Storage and Backup section. returns operation successful or failure.

Implementation

Future<bool> storageAndBackup() {
  return sendCustomMessage('App-prefs:CASTLE&path=STORAGE_AND_BACKUP');
}