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