NativeCameraController constructor
NativeCameraController({
- required dynamic onControllerCreated(
- CameraController controller
Constructor: Nhận callback và bắt đầu xin quyền ngay lập tức.
Implementation
NativeCameraController({required this.onControllerCreated}) {
// requestCameraPermission();
}