createPlayerView abstract method
Widget
createPlayerView({
- Key? key,
- Map<
String, dynamic> ? args, - PlatformViewCreatedCallback? onViewCreated,
创建各平台对应的播放器
Implementation
Widget createPlayerView({Key? key, Map<String, dynamic>? args, PlatformViewCreatedCallback? onViewCreated});