by @kodeazy

How to check dart is installed or not in my windows?

Home » dart » How to check dart is installed or not in my windows?
  • By checking the version of dart we can identify dart is installed or not.
  • Below is the syntax.

    dart --version
  • Open the command prompt and try executing the above command as below screenshot.

TestNg