setNamespaceProperty method
Writes a namespace attribute.
Implementation
@override
void setNamespaceProperty(String namespace, String property, Object? value) =>
throw UnsupportedWebApiError('$namespace.$property');
Writes a namespace attribute.
@override
void setNamespaceProperty(String namespace, String property, Object? value) =>
throw UnsupportedWebApiError('$namespace.$property');