getDartSdkDir static method

String? getDartSdkDir()

Implementation

static String? getDartSdkDir() {
  return _platform['DART_SDK_PATH'];
}