InjectAndroidMetaData class final
Adds a <meta-data> element inside <application> in
AndroidManifest.xml.
Example
InjectAndroidMetaData(
name: 'com.google.firebase.messaging.default_icon',
value: '@mipmap/ic_launcher',
)
- Inheritance
-
- Object
- InstallOperation
- InjectAndroidMetaData
Constructors
- InjectAndroidMetaData({required String name, required String value})
-
Creates an InjectAndroidMetaData operation.
const
Properties
Methods
-
describe(
) → String -
Returns a human-readable dry-run line for this operation.
override
-
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