setGeolocationConfig method

  1. @override
void setGeolocationConfig(
  1. SeonGeolocationConfig config
)
override

Implementation

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