CockpitNativeRecording constructor

const CockpitNativeRecording({
  1. MethodChannel? channel,
})

Implementation

const CockpitNativeRecording({MethodChannel? channel})
  : _channel = channel ?? const MethodChannel(_channelName);