getPlatformVersion method

Future<String?> getPlatformVersion()

Implementation

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