createWithOptions method
Creates an instance of a video player based on creation options and returns its playerId.
Implementation
Future<int?> createWithOptions(VideoCreationOptions options) {
return create(options.dataSource);
}
Creates an instance of a video player based on creation options and returns its playerId.
Future<int?> createWithOptions(VideoCreationOptions options) {
return create(options.dataSource);
}