ConfigHelper class abstract
Helper class for configuration file operations in remove commands.
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
removeAppFromLocator(
String appsName) → void - Removes app references from the main locator file.
-
removeAppFromPubspec(
String appsName) → void - Removes app entries from pubspec.yaml.
-
removeFeatureFromLocator(
String appsName, String featureName) → void - Removes feature references from a locator file.
-
removeFeatureFromPubspec(
String appsName, String featureName) → void - Removes feature entries from pubspec.yaml.
-
removePageFromLocator(
String appsName, String featureName, String pageName) → void - Removes page references from a feature locator file.