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