getPlatformVersion function

Future<String?> getPlatformVersion()

gets the platform name and build version

Implementation

Future<String?> getPlatformVersion() =>
    UtilPlatform.instance.getPlatformVersion();