getMetadata method

ByteData? getMetadata(
  1. GpsPointsView<GpsPoint> view
)

Allows writing up to Persistence.maxMetadataLength bytes of extra information in the file header. Override in children if needed.

Implementation

ByteData? getMetadata(GpsPointsView view) => null;