handleWebviewErrorLogs method
dynamic
handleWebviewErrorLogs(
- dynamic args
Implementation
handleWebviewErrorLogs(args) {
print("errorLogs");
print(args);
}
handleWebviewErrorLogs(args) {
print("errorLogs");
print(args);
}