allowNavigationRequest method

Future<void> allowNavigationRequest(
  1. int webviewId,
  2. int requestId,
  3. bool isAllowed
)

Implementation

Future<void> allowNavigationRequest(
  int webviewId,
  int requestId,
  bool isAllowed,
) {
  throw UnimplementedError();
}