ManifestInterface class abstract

Implementers

Constructors

ManifestInterface()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addManifestNodeToParent(String manifestFileType, ManifestNode parent, ManifestNode node) Future<void>
addManifestNodeToRoot(String manifestFileType, ManifestNode node) Future<void>
filterBy(String manifestFileType, String name, {String? parentName}) List<ManifestNode>
getManifest(String manifestFileType) AndroidManifest
getManifests() Set<AndroidManifest>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeManifestNode(String manifestFileType, ManifestNode node) Future<void>
toString() String
A string representation of this object.
inherited
updateManifestNode(String manifestFileType, ManifestNode node) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited