setWebSinkId method
Sets a specific device output id on the web audio element.
Implementation
Future<SetWebSinkIdResponse> setWebSinkId(SetWebSinkIdRequest request) {
throw UnimplementedError("setWebSinkId() has not been implemented.");
}
Sets a specific device output id on the web audio element.
Future<SetWebSinkIdResponse> setWebSinkId(SetWebSinkIdRequest request) {
throw UnimplementedError("setWebSinkId() has not been implemented.");
}