load method
Future<void>
load(
- int playerId,
- int mediaId,
- String typeOfPlayer,
- bool? controlAutoplay,
- bool? scrollOnAd,
- String? creditsLabelColor,
- int? setCornerRadius,
- String? localization,
- int? doubleTapSeek,
- int? seekPreview,
- int viewId,
- String playerReference,
)
Implementation
Future<void> load(
int playerId,
int mediaId,
String typeOfPlayer,
bool? controlAutoplay,
bool? scrollOnAd,
String? creditsLabelColor,
int? setCornerRadius,
String? localization,
int? doubleTapSeek,
int? seekPreview,
int viewId,
String playerReference) {
throw UnimplementedError('loadVideo() has not been implemented.');
}