setOTP method
Implementation
void setOTP(String value) {
_webController?.evaluateJavascript(
source:
"(function() { document.getElementById('otp').value = '$value'; return 'success'; })();");
}
void setOTP(String value) {
_webController?.evaluateJavascript(
source:
"(function() { document.getElementById('otp').value = '$value'; return 'success'; })();");
}