Executing a single test across multiple different devices/drivers

I would like to execute a test that interacts with my app from iOS, and performs the verification in a desktop Web Browser.

Can I set up a single test method that can use Appium to interact with both platforms, and perform a single assertion? Is it possible to set up and interact with multiple drivers?