windows constant

Windows platform contract.

Implementation

static const PixaRuntimePlatformContract windows =
    PixaRuntimePlatformContract(
      platform: 'windows',
      targetAbis: <String>['windows-x64'],
      runtimeLibraryLoad: true,
      symbolResolution: true,
      threadedRuntime: true,
      cacheDirectory: true,
      networkPolicy: true,
    );