fromKmlStream static method

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

Implementation

static Future<GeoXml> fromKmlStream(Stream<String> stream) =>
    KmlReader().fromStream(stream);