CarpenterFrameRuntime constructor

const CarpenterFrameRuntime({
  1. required TargetPlatform platform,
})

Создает frame runtime.

Implementation

const CarpenterFrameRuntime({required this.platform});