api library
Functions
-
getManifestJsonFromBytes(
{required List< int> fileBytes, required String format}) → String? - Get the manifest from bytes and format (mime type)
-
getManifestJsonFromFile(
String path) → String? - Get the manifest from a file
-
getManifestJsonFromURL(
String url, {String? format}) → Future< String?> - Get the manifest from a URL Optionally specify the format (mime type) if not in the header