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