import '../models/device_add_path_point_model.dart'; abstract class PathHttpDatasource { Future> generatePathRaw({ required Map body, }); }