HaveApp class

The main class of this package, through this class client will access the main methods of this package.

Implemented types

Constructors

HaveApp()

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

getPackage(GetApplication getApplication) Future<Either<ApplicationException, Application>>
Get application by packageName and if does application exists returns ApplicationModel, does not return an ApplicationException
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