enableViewMirror abstract method
- 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);