handleWebviewErrorLogs method

dynamic handleWebviewErrorLogs(
  1. dynamic args
)

Implementation

handleWebviewErrorLogs(args) {
  print("errorLogs");
  print(args);
}