origins property
When present, only data for origins in this list is deleted. Only supported for cookies, storage and cache. Cookies are cleared for the whole registrable domain.
Implementation
List<String>? get origins =>
_wrapped.origins?.toDart.cast<String>().map((e) => e).toList();