GateKeeperService class abstract Activation

Service used to check the status of gates.

Annotations
  • @experimental

Constructors

GateKeeperService()

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

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

Static Methods

getStatus([Gate gate = Gate.core]) → GateStatus
Gets the status of the specified gate.
has([Gate gate = Gate.core]) → bool
Checks whether or not the SDK has the gate and is available.