cancelRestore method

Future<void> cancelRestore()

This method is used to cancel the restore started.

Implementation

Future<void> cancelRestore() {
  throw UnimplementedError('cancelBackup has not been implemented.');
}