getBindVariableAndFuncSync method

  1. @override
Map getBindVariableAndFuncSync(
  1. String pageName
)

获取指定页面的所有变量和方法

Implementation

@override
Map getBindVariableAndFuncSync(String pageName) {
  return jsonDecode(invokeMethodSync(pageName, 'getAllJSBindData', null));
}