when<TResult extends Object?> method

  1. @optionalTypeArgs
TResult when<TResult extends Object?>({
  1. required TResult set(
    1. bool? microphone,
    2. bool? camera,
    3. bool? screenShare
    ),
})
inherited

Implementation

@optionalTypeArgs
TResult when<TResult extends Object?>({
  required TResult Function(bool? microphone, bool? camera, bool? screenShare)
      set,
}) =>
    throw _privateConstructorUsedError;