static Future<bool> isBuild() async { final res = await callMethodForFaceUnity("isBuildSuccess", {}); return res['results']['isSuccess'] == "1"; }