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