createSpark method

Future<Spark> createSpark(
  1. String id
)

Implementation

Future<Spark> createSpark(String id) async => Spark()
  ..mergeFromProto3Json(
      (await http.put(u("/mage/spark/$id"), headers: h)).json);