openCamera method

Future<bool> openCamera(
  1. int facing
)

Implementation

Future<bool> openCamera(int facing) {
  return OcrPlatform.instance.openCamera(facing);
}