menu
native_project_manipulator package
documentation
platforms/android/manifest/manifest_prop.dart
ManifestProp
toXml static method
toXml static method
dark_mode
light_mode
toXml
static method
XmlAttribute
toXml
(
ManifestProp
prop
)
Implementation
static XmlAttribute toXml(ManifestProp prop) { return XmlAttribute(XmlName(prop.key), prop.value); }
native_project_manipulator package
documentation
platforms/android/manifest/manifest_prop
ManifestProp
toXml static method
ManifestProp class