CockpitNativeCapture constructor
const
CockpitNativeCapture({
- MethodChannel? channel,
Implementation
const CockpitNativeCapture({MethodChannel? channel})
: _channel = channel ?? const MethodChannel(_channelName);