LittleFishReportClient class
- Inheritance
-
- Object
- ReportClient
- LittleFishReportClient
Constructors
Properties
- apiKey → String
-
no setter
- authService → AuthService
-
no setteroverride
- baseUrl → String
-
no setter
- core ↔ LittleFishCore
-
getter/setter pair
- hasApiKey → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isReady → bool
-
no setter
- logger → LoggerService
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → ReportSettings
-
no setteroverride
- user → AuthUser?
-
no setter
Methods
-
getReportById(
String businessId, int id) → Future< Report> -
override
-
getReportUrlById(
String businessId, int id, {String reportType = 'dashboard'}) → Future< String> -
override
-
getUserReports(
String businessId) → Future< List< Report> > -
override
-
initialise(
ReportSettings settings) → Future< void> -
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