open abstract method Null safety

FutureOr<List<Mapping>> open(
  1. XFile file
)

open returns the supported list of Mapping for the given XFile file.

Implementation

FutureOr<List<Mapping>> open(XFile file);