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