canShareAudio property

FutureOr<bool> get canShareAudio

Indicates whether this platform supports system audio capture.

Implementation

static FutureOr<bool> get canShareAudio {
  return false;
}