getPlatformVersion method

Future<String?> getPlatformVersion()

Implementation

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