getPlatformVersion method

Future<String?> getPlatformVersion()
inherited

Implementation

Future<String?> getPlatformVersion() {
  return CameraKitPlusPlatform.instance.getPlatformVersion();
}