AppApi class
Properties
Methods
-
getAppConfig(
String environment, int index) → Future< AppConfig?> - Parameters:
-
getAppConfigWithHttpInfo(
String environment, int index) → Future< Response> -
Note: This method returns the HTTP
Response
. -
getAppHealth(
String environment, int index) → Future< AppHealth?> - Parameters:
-
getAppHealthWithHttpInfo(
String environment, int index) → Future< Response> -
Note: This method returns the HTTP
Response
. -
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