removeAllPages method

  1. @Deprecated('')
Future<Result<void>> removeAllPages()

Remove all legacy pages from the storage.

Implementation

@Deprecated('')
Future<Result<void>> removeAllPages() {
  return ScanbotLegacyPageImpl.removeAllPages();
}