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 -m SimpleHTTPServer 3000 # OR python -m http.server 3000