Docs for AdvancedSharpAdbClient
Created using docsify and docsify-darklight-theme
To serve docs use docsify http server
# Install docsify
npm i docsify-cli -g
# Serve docs
docsify serve .Or using any other http servers. Example with python:
python-mSimpleHTTPServer3000# ORpython-mhttp.server3000