getNativePtr static method
Implementation
static Pointer<Void> getNativePtr(CameraCallback? obj) {
if (obj == null) return Pointer<Void>.fromAddress(0);
return (obj as CameraCallbackImpl)._ptr;
}
static Pointer<Void> getNativePtr(CameraCallback? obj) {
if (obj == null) return Pointer<Void>.fromAddress(0);
return (obj as CameraCallbackImpl)._ptr;
}