getPlatformVersion method

Future<GertecResponse> getPlatformVersion()

Implementation

Future<GertecResponse> getPlatformVersion() async {
  final plat = await GertecPrinterPlatform.instance.getPlatformVersion();
  return GertecResponse.fromJson(plat ?? '{}');
}