removeAllPages method
Remove all legacy pages from the storage.
Implementation
@Deprecated('')
Future<Result<void>> removeAllPages() {
return ScanbotLegacyPageImpl.removeAllPages();
}
Remove all legacy pages from the storage.
@Deprecated('')
Future<Result<void>> removeAllPages() {
return ScanbotLegacyPageImpl.removeAllPages();
}