onProgress abstract method

void onProgress(
  1. int progress
)

Invoked by WebViewPlatformController when a page is loading. /// Only works when WebSettings.hasProgressTracking is set to true.

Implementation

void onProgress(int progress);