OnOrientationChanged typedef

OnOrientationChanged = void Function(CameraOrientations?)

used to send notification when the device rotate FIXME use DeviceOrientation instead

Implementation

typedef OnOrientationChanged = void Function(CameraOrientations?);