Remove JSON-LD structured data by id or @type.
void removeJsonLd({String? id, String? type}) { _platform.removeJsonLd(id: id, type: type); }