mergeVideos method
Implementation
Future<void> mergeVideos(
{required List<String>? videoUris,
required String? outputPath,
int? width,
int? height,
TruvideoSdkVideoFrameRate frameRate =
TruvideoSdkVideoFrameRate.defaultFrameRate,
required Function(String?) onResult,
required Function(String? message) onError}) async {
throw UnimplementedError('mergeVideos() has not been implemented.');
}