setGeolocationConfig method
Implementation
@override
void setGeolocationConfig(SeonGeolocationConfig config) {
try {
_channel.invokeMethod(
'setGeolocationConfig', config.toMap());
} catch (e) {
rethrow;
}
}
@override
void setGeolocationConfig(SeonGeolocationConfig config) {
try {
_channel.invokeMethod(
'setGeolocationConfig', config.toMap());
} catch (e) {
rethrow;
}
}