ScoutingTelemetry class
Constructors
- ScoutingTelemetry()
-
factory
Properties
Methods
-
clear(
) → Future< void> -
delete(
int index) → Future< void> -
deleteDisk(
) → Future< void> -
deleteID(
String id) → Future< void> -
forEach(
void fx(EphemeralScoutingData? data)) → void -
forEachHollistic(
void cb(HollisticMatchScoutingData data)) → void -
hasFailingTelemetryVersions(
) → bool -
loadBoxes(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
EphemeralScoutingData data) → Future< void> -
save(
EphemeralScoutingData data) → Future< void> -
searchFor(
String id) → Future< EphemeralScoutingData?> -
toString(
) → String -
A string representation of this object.
inherited
-
validateAllEntriesVersion(
) → ({List< String> failedIds, bool res})
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited