$DashboardApiClient class
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
-
getWidgetItems({ContentString<BuiltMap<String, String>>? sinceIds, int? limit, BuiltList<String>? widgets, bool? oCSAPIRequest})
→ Future<DynamiteResponse<DashboardApiGetWidgetItemsResponseApplicationJson, void>>
-
Get the items for the widgets.
-
getWidgetItemsRaw({ContentString<BuiltMap<String, String>>? sinceIds, int? limit, BuiltList<String>? widgets, bool? oCSAPIRequest})
→ DynamiteRawResponse<DashboardApiGetWidgetItemsResponseApplicationJson, void>
-
Get the items for the widgets.
-
getWidgetItemsV2({ContentString<BuiltMap<String, String>>? sinceIds, int? limit, BuiltList<String>? widgets, bool? oCSAPIRequest})
→ Future<DynamiteResponse<DashboardApiGetWidgetItemsV2ResponseApplicationJson, void>>
-
Get the items for the widgets.
-
getWidgetItemsV2Raw({ContentString<BuiltMap<String, String>>? sinceIds, int? limit, BuiltList<String>? widgets, bool? oCSAPIRequest})
→ DynamiteRawResponse<DashboardApiGetWidgetItemsV2ResponseApplicationJson, void>
-
Get the items for the widgets.
-
getWidgets({bool? oCSAPIRequest})
→ Future<DynamiteResponse<DashboardApiGetWidgetsResponseApplicationJson, void>>
-
Get the widgets.
-
getWidgetsRaw({bool? oCSAPIRequest})
→ DynamiteRawResponse<DashboardApiGetWidgetsResponseApplicationJson, void>
-
Get the widgets.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited