Project class
Provides project configuration and management functionality.
The Project class handles project-level operations including connecting to the Calljmp service and establishing the initial device attestation for secure communication.
Usage
final calljmp = Calljmp();
// Connect to the project and establish device attestation
await calljmp.project.connect();
Constructors
- Project(Config _config, Attestation _attestation)
- Creates a new Project instance.
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
-
connect(
) → Future< void> - Connects to the Calljmp project and establishes device attestation.
-
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