getSdkVersion function

String getSdkVersion()

A function that returns the SDK version as a string.

Implementation

String getSdkVersion() {
  return "3.1.0";
}