getPlatformVersion abstract method
The version string of the underlying native Nutrient SDK on this platform
(e.g. "11.5.1" on Android/iOS, the Web SDK version on web), or null
when the platform doesn't report one. Surfaced to apps via
Nutrient.frameworkVersion.
Implementation
Future<String?> getPlatformVersion();