GetAutoRotationState method

int GetAutoRotationState(
  1. Pointer<Int32> pState
)

Implementation

int GetAutoRotationState(
  ffi.Pointer<ffi.Int32> pState,
) {
  return (_GetAutoRotationState ??= _dylib.lookupFunction<
      _c_GetAutoRotationState,
      _dart_GetAutoRotationState>('GetAutoRotationState'))(
    pState,
  );
}