getMetadata method
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;
Allows writing up to Persistence.maxMetadataLength bytes of extra information in the file header. Override in children if needed.
ByteData? getMetadata(GpsPointsView view) => null;