openPipScreen method
Future<ExportResult?>
openPipScreen(
- String token,
- FeaturesConfig featuresConfig,
- String sourceVideoPath, {
- ExportData? exportData,
override
Implementation
@override
Future<ExportResult?> openPipScreen(
String token,
FeaturesConfig featuresConfig,
String sourceVideoPath,
{ExportData? exportData}
) => _open(
token,
featuresConfig,
_screenPip,
[sourceVideoPath],
exportData: exportData
);