Browse Source

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

gavin.chen 2 years ago
parent
commit
4a2a0eccc3
1 changed files with 1 additions and 1 deletions
  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;