Get information about the current device. example: const myDevice = new Device({ token: "my_device_token" }); const result = await myDevice.info(); ...
確定! 回上一頁