storageAndBackup method

Future<bool?> storageAndBackup()

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

Implementation

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