process abstract method Null safety

FutureOr<void> process(
  1. {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});