harmony method

TencentLocationRequest harmony(
  1. void configure(
    1. TencentLocationRequestHarmonyExtension ext
    )
)

Implementation

TencentLocationRequest harmony(
    void Function(TencentLocationRequestHarmonyExtension ext) configure) {
  configure(_harmony);
  return this;
}