SetThreadExecutionState method
Implementation
int SetThreadExecutionState(
int esFlags,
) {
return (_SetThreadExecutionState ??= _dylib.lookupFunction<
_c_SetThreadExecutionState,
_dart_SetThreadExecutionState>('SetThreadExecutionState'))(
esFlags,
);
}