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