getPlatformVersion method

Future<String?> getPlatformVersion()

Retrieves the platform version of the StorifyMe Snaps plugin.

This method returns a String representing the platform version.

Implementation

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