getManifestJsonFromBytes function
Get the manifest from bytes and format (mime type)
Implementation
String? getManifestJsonFromBytes({
required final List<int> fileBytes,
required final String format,
}) => getFileManifestFormat(fileBytes: fileBytes, format: format);