call method

dynamic call(
  1. String methodName
)

Implementation

dynamic call(String methodName) => jsProxy!.callMethod(methodName);