getPlatformVersion method

Future<String?> getPlatformVersion()

Get the platform version for the plugin

Implementation

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