getPreLocationPoints method

  1. @override
void getPreLocationPoints({
  1. required OnSuccess<List<PreLocationBean>> onSuccess,
  2. required OnError onError,
})
override

Implementation

@override
void getPreLocationPoints({required OnSuccess<List<PreLocationBean>> onSuccess, required OnError onError}) {
  // TODO: implement getPreLocationPoints
}