MLBodyLensEngine constructor

MLBodyLensEngine({
  1. required MLBodyLensController controller,
})

Implementation

MLBodyLensEngine({
  required this.controller,
}) {
  _c = _initMethodChannel();
}