getCperipheryVersion function

String getCperipheryVersion()

Returns the version of the native c-periphery library.

Implementation

String getCperipheryVersion() {
  return _nativeVersion().toDartString();
}