dispose method

void dispose()

Implementation

void dispose() {
  _writeCharacteristic = null;
  _replyCharacteristic = null;
}