Callbacks class
Constructors
-
Callbacks({void onPageLoadProgress(int progress)?, void onPageLoadFinished(InAppWebViewController controller, WebUri? url)?, void onCallState(String state)?, void onPiPState(String state)?, Future<void> onDownloadFile(String url, [String? filename])?})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited