Future<Uint8List>? getData(String id) { var url = getURL(id); return url != null ? getURLData(url) : null; }