add method
- @Deprecated('This function was not intended to be public. ' 'It will be removed from the public api in next major version. ')
- CodedBufferReader input,
- [ExtensionRegistry registry]
@Deprecated('This function was not intended to be public. ' 'It will be removed from the public api in next major version. ')
Implementation
@Deprecated('This function was not intended to be public. '
'It will be removed from the public api in next major version. ')
void add(CodedBufferReader input, [ExtensionRegistry registry]) {
_mergeEntry(input, registry);
}