PixaRuntimePlatformContract constructor
const
PixaRuntimePlatformContract({})
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,
});