getPlatformVersion method

Future<String?> getPlatformVersion()

Gets the platform version for debugging purposes

Implementation

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