AndroidConfig class

Model class for Android config.

Contains crucial data that are passed to native side in order to secure Android device.

Constructors

AndroidConfig({required String? expectedPackageName, required String? expectedSigningCertificateHash, List<String>? supportedAlternativeStores = const <String>[]})
Constructor checks whether expectedPackageName and expectedSigningCertificateHash are provided. Both arguments are MANDATORY.

Properties

expectedPackageName String?
final
expectedSigningCertificateHash String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedAlternativeStores List<String>?
final

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