updateViewportAndCameraProjection method
Implementation
Future updateViewportAndCameraProjection(double width, double height) async {
await withVoidCallback((callback) {
update_viewport_and_camera_projection_ffi(
_viewer!, width.toInt(), height.toInt(), 1.0, callback);
});
}