cancel method
Asks the platform to abandon jobId. The matching trimVideo future
completes with a monolens/cancelled PlatformException.
Implementation
@override
Future<void> cancel(String jobId) async {
cancellations.add(jobId);
_cancelled.add(jobId);
}