PixaPlatformContract constructor
const
PixaPlatformContract({})
Creates a platform-channel contract.
Implementation
const PixaPlatformContract({
required this.channel,
required this.supportedPlatforms,
this.maxConcurrentCalls = 1,
this.supportsCancellation = false,
this.hotPathSafe = false,
this.backgroundQueue = true,
this.maxOutputBytes,
});