OkHiLocationManager constructor
OkHiLocationManager({
- Key? key,
- required OkHiUser user,
- OkHiLocationManagerConfiguration? configuration,
- dynamic onSucess(
- OkHiLocationManagerResponse response
- dynamic onError(
- OkHiException exception
- dynamic onCloseRequest()?,
Implementation
OkHiLocationManager({
Key? key,
required this.user,
OkHiLocationManagerConfiguration? configuration,
this.onSucess,
this.onError,
this.onCloseRequest,
}) : locationManagerConfiguration =
configuration ?? OkHiLocationManagerConfiguration(),
super(key: key);