getHostPath method

String? getHostPath()

Implementation

String? getHostPath() {
  return Platform.environment['HOME'];
}