SetSystemPowerState method
Implementation
int SetSystemPowerState(
int fSuspend,
int fForce,
) {
return (_SetSystemPowerState ??= _dylib.lookupFunction<
_c_SetSystemPowerState,
_dart_SetSystemPowerState>('SetSystemPowerState'))(
fSuspend,
fForce,
);
}