useFlutterTexture property

  1. @override
bool useFlutterTexture
final

Whether to use FlutterTexture to render video: true : Use FlutterTexture to render video. false : Do not use FlutterTexture to render video. FlutterTexture applies to iOS, macOS and Windows platforms.

Implementation

@override
final bool useFlutterTexture;