updateCurrentDevice method

void updateCurrentDevice(
  1. String device
)

Implementation

void updateCurrentDevice(String device) async {
  // Updates the current audio device to the chosen audio device.
}