openPipScreen method
Future<ExportResult?>
openPipScreen(
- String token,
- FeaturesConfig featuresConfig,
- String sourceVideoPath, {
- ExportData? exportData,
Implementation
Future<ExportResult?> openPipScreen(
String token,
FeaturesConfig featuresConfig,
String sourceVideoPath,
{ExportData? exportData}
) {
throw UnimplementedError('openPipScreen() has not been implemented.');
}