start method Null safety

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

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

Implementation

@override
Stream<int> start(List<Mapping> mappings) {
  throw UnimplementedError();
}