enableViewMirror abstract method

Future<void> enableViewMirror(
  1. bool enable
)

Enable the view mirror.

Available since: 3.14.0 Description: Enable view mirror. When to call: It can be called after the engine by createEngine has been initialized and the media player has been created by createMediaPlayer.

  • enable Whether to enable view mirror.

Implementation

Future<void> enableViewMirror(bool enable);