addPreLocationPoint method

  1. @override
void addPreLocationPoint(
  1. String name,
  2. Uint8List image, {
  3. required OnSuccess<PreLocationBean> onSuccess,
  4. required OnError onError,
})
override

Implementation

@override
void addPreLocationPoint(String name, Uint8List image, {required OnSuccess<PreLocationBean> onSuccess, required OnError onError}) {
  // TODO: implement addPreLocationPoint
}