startBackup method

Future<void> startBackup(
  1. bool enableEncryption
)

This method is used to start the backup.

Implementation

Future<void> startBackup(bool enableEncryption) {
  throw UnimplementedError('startBackup has not been implemented.');
}