readCamera method

Future<GertecResponse> readCamera()

Implementation

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