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