stopCamera method

Future<GertecResponse> stopCamera()

Implementation

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