embedded method

bool embedded()

Returns true if the video has been embedded, false if it hasn’t yet.

We define “embedded” as the video’s markup having been visibly injected into the DOM.

Implementation

bool embedded() => _callMethod('embedded()');