fromGpxStream static method

Future<GeoXml> fromGpxStream(
  1. Stream<String> stream
)

Implementation

static Future<GeoXml> fromGpxStream(Stream<String> stream) =>
    GpxReader().fromStream(stream);