{
networkType: "2g" | "3g" | "4g" | "5g",
connectionType: "wifi" | "bluetooth" | "ethernate" ,
uploadingSpeed: "",
downloadingSpeed: "",
networkStrength : "",
cellularOperator : "jio" | "vodafone" | "idea" | "others",
networkAccuracy:""
}
I need this information which is described inside the object's key.
Suggest to me any library that will provide these details as described above.