PixaRuntimePlatformContract constructor

const PixaRuntimePlatformContract({
  1. required String platform,
  2. required List<String> targetAbis,
  3. required bool runtimeLibraryLoad,
  4. required bool symbolResolution,
  5. required bool threadedRuntime,
  6. required bool cacheDirectory,
  7. required bool networkPolicy,
})

Creates a platform contract.

Implementation

const PixaRuntimePlatformContract({
  required this.platform,
  required this.targetAbis,
  required this.runtimeLibraryLoad,
  required this.symbolResolution,
  required this.threadedRuntime,
  required this.cacheDirectory,
  required this.networkPolicy,
});