decodeXFile static method Null safety

FutureOr<Archive> decodeXFile(
  1. XFile xFile,
  2. {bool verify = false,
  3. String? password}
)

Implementation

static FutureOr<Archive> decodeXFile(
  XFile xFile, {
  bool verify = false,
  String? password,
}) =>
    throw StateError('Stub implementation');