소스 검색

hotfix(build): 解决Android 编译失败

gavin.chen 2 년 전
부모
커밋
4a2a0eccc3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/utils/js_utils4native.dart

+ 1 - 1
lib/utils/js_utils4native.dart

@@ -11,4 +11,4 @@ dynamic callShellGetVesselClipPlanePoints(msg) {
   return null;
 }
 
-dynamic callShellSwitchMeasureMode(res) => null;
+dynamic callShellSwitchMeasureMode(res, params) => null;