setHasNavigationDecision method

Future<void> setHasNavigationDecision(
  1. int webviewId,
  2. bool hasNavigationDecision
)

Implementation

Future<void> setHasNavigationDecision(
  int webviewId,
  bool hasNavigationDecision,
) {
  throw UnimplementedError();
}