start abstract method Null safety

Stream<int> start(
  1. List<Mapping> mappings
)

start let the service begins unpacking with the given Mapping , and returns a progress stream.

Implementation

Stream<int> start(List<Mapping> mappings);