ApplicationService class abstract

Implementers

Constructors

ApplicationService()
const

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
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