FileTelemetrySink class
Appends events as newline-delimited JSON to a file inside
~/.neomage/telemetry/.
- Implemented types
Constructors
- FileTelemetrySink({String? directory})
Properties
Methods
-
dispose(
) → Future< void> -
Perform any necessary cleanup.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
List< TelemetryEvent> events) → Future<bool> -
Send a batch of events. Returns
trueon success.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited