updateVoiceCode method

void updateVoiceCode(
  1. dynamic code
)

Implementation

void updateVoiceCode(code) {
  _voice_code = code;
}