getSdkPath function

String getSdkPath()

Return the path to the current Dart SDK.

Implementation

String getSdkPath() => path.dirname(path.dirname(Platform.resolvedExecutable));