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