RtlOsDeploymentState method

int RtlOsDeploymentState(
  1. int Flags
)

Implementation

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