removeSource method

  1. @MPI(name: "mesh.daler.ds.remove")
Future<void> removeSource(
  1. String id, {
  2. Context? ctx,
})

RemoveSource remove the datasource. 删除数据源.

Implementation

@MPI(name: "mesh.daler.ds.remove")
Future<void> removeSource(String id, {Context? ctx}) {
  throw UnimplementedError('removeSource() has not been implemented.');
}