getPeripheryLibPath function

String getPeripheryLibPath()

Returns the path of the periphery library. Empty string if the library is not loaded.

Implementation

String getPeripheryLibPath() {
  return _peripheryLibPath;
}