ApplicationGatewayImpl class

This class access the native platforms that's supported by this package

Implemented types

Constructors

ApplicationGatewayImpl({required MethodChannel channel})
const

Properties

channel MethodChannel
final
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(GetApplicationModel getApplication) Future<Either<ApplicationException, ApplicationModel>>
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