static Future<String> get captureVideo async { final String videoPath = await _channel.invokeMethod('captureVideo'); return videoPath; }