RtlOsDeploymentState method
Implementation
int RtlOsDeploymentState(
int Flags,
) {
return (_RtlOsDeploymentState ??= _dylib.lookupFunction<
_c_RtlOsDeploymentState,
_dart_RtlOsDeploymentState>('RtlOsDeploymentState'))(
Flags,
);
}