process abstract method Null safety
- {required String collection}
Given selection of Collection to be imported from previously selected archive.
Begins importing data, format and store it as Collection.
Implementation
FutureOr<void> process({required String collection});