switchCamera method

Future<bool> switchCamera(
  1. BarcodeKitCameraMode mode
)

Implementation

Future<bool> switchCamera(BarcodeKitCameraMode mode) {
  throw UnimplementedError('switchCamera(mode) has not been implemented.');
}