NativeCameraController constructor

NativeCameraController({
  1. required dynamic onControllerCreated(
    1. CameraController controller
    ),
})

Constructor: Nhận callback và bắt đầu xin quyền ngay lập tức.

Implementation

NativeCameraController({required this.onControllerCreated}) {
  // requestCameraPermission();
}