Set speaker device by its index
Future<void> setPlayoutDevice(int index) { return _platform.setPlayoutDevice(index); }