DashboardService class
Constructors
- DashboardService.new({required String apiKey, required String? token, required UHttpClient httpClient})
Properties
- apiKey → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpClient → UHttpClient
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String?
-
final
Methods
-
getLogContent(
{required String logId, required dynamic onOk(List< LogContentResponse> r), required VoidCallback onError, dynamic onException(Exception)?}) → void -
getLogStructure(
{required dynamic onOk(LogStructureResponse r), required VoidCallback onError, dynamic onException(Exception)?}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
{required dynamic onOk(UDashboardResponse r), required VoidCallback onError, dynamic onException(Exception)?}) → void -
readSystemMetrics(
{required dynamic onOk(UMetricsResponse r), required VoidCallback onError, dynamic onException(Exception)?}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited