Returns the platform version of the native code
Future<String?> getPlatformVersion() async { platformVersion = await nearbyCross.getPlatformVersion(); return platformVersion; }