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