load abstract method Null safety

FutureOr<ArchiveSchema> load(
  1. App app
)

load returns the Mapping with file format requirements for the given app.

Implementation

FutureOr<ArchiveSchema> load(App app);