sdkVersion function

Future<String> sdkVersion()

Implementation

Future<String> sdkVersion() {
  return VitalCorePlatform.instance.sdkVersion();
}