getSDKVersion method

Future<String> getSDKVersion()

Returns the version of the Point SDK as a String.

Implementation

Future<String> getSDKVersion() {
  return BluedotPointSdkPlatform.instance.getSDKVersion();
}