Future<String?> getPlatformVersion() async { platformVersion = await nearbyCross.getPlatformVersion(); return platformVersion; }