close method

Future close()

Implementation

Future close(){
  return _cameraEnhancerCaller.closeCamera();
}