Hello @yasirkula
First of all, thank you for the great plugin
When using NativeCamera.Permission permission = NativeCamera.TakePicture((path) => {...}, it open the device's camera. I took the picture below:

Click OK and device logs NullReferenceException. Full log: "NullReferenceException: Object reference not set to an instance of an object.
EditProfileView.b__14_0 (System.String path) (at <00000000000000000000000000000000>:0)
NativeCameraNamespace.NCCameraCallbackAndroid.MediaReceiveCallback (System.String path) (at <00000000000000000000000000000000>:0)"
Is there something missing? Tested on Android (Galaxy S22, ver 14)
Thanks in advance.