setSdkHome property

set setSdkHome (String path)

Sets the SDK configuration path.

Implementation

set setSdkHome(String path) {
  _setSdkHome(path);
}