DaumPostcodeSearch constructor

DaumPostcodeSearch({
  1. Key? key,
  2. String webPageTitle = "주소 검색",
  3. String assetPath = "packages/daum_postcode_search/lib/assets/daum_search.html",
  4. void onLoadError(
    1. InAppWebViewController controller,
    2. Uri? url,
    3. int code,
    4. String message,
    )?,
  5. void onLoadHttpError(
    1. InAppWebViewController controller,
    2. Uri? url,
    3. int statusCode,
    4. String description,
    )?,
  6. void onProgressChanged(
    1. InAppWebViewController controller,
    2. int progress
    )?,
  7. Future<PermissionRequestResponse?> androidOnPermissionRequest(
    1. InAppWebViewController controller,
    2. String origin,
    3. List<String> resources
    )?,
  8. void onConsoleMessage(
    1. InAppWebViewController controller,
    2. ConsoleMessage consoleMessage
    )?,
  9. InAppWebViewGroupOptions? initialOption,
})

Implementation

DaumPostcodeSearch({
  Key? key,
  this.webPageTitle = "주소 검색",
  this.assetPath =
      "packages/daum_postcode_search/lib/assets/daum_search.html",
  this.onLoadError,
  this.onLoadHttpError,
  this.onProgressChanged,
  this.androidOnPermissionRequest,
  this.onConsoleMessage,
  this.initialOption,
}) : super(key: key);