startPlayer method
Implementation
Future<String?> startPlayer({
required String url,
Map<String, String>? headers,
bool autoPlay = true,
bool closeOnError = false,
bool showErrorBox = false,
List<Subtitle>? subtitles,
}) {
throw UnimplementedError('startPlayer() has not been implemented.');
}