getMetadata method Null safety
- 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;