Future<bool?> saveVideoToAlbum(String path) async { return await _invoke<bool>('saveVideoToAlbum', {'path': path}); }