Capture the video for given seconds
Future<void> captureVideo({int seconds = 30}) async { return await broadcater.captureVideo(seconds); }