Oliver
Results
2
issues of
Oliver
private void updateGroupInfo(MethodCall call, final Result result) { HashMap map = call.arguments(); long groupId; try { JSONObject params = new JSONObject(map); groupId = Long.parseLong(params.getString("id")); } catch (JSONException e) { e.printStackTrace();...
I checked the source code. Although there are password parameters in the Dart code, the android and ios parts are not implemented.
bug