AuthenticationResponse.fromBuffer constructor

AuthenticationResponse.fromBuffer(
  1. List<int> data, [
  2. ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY
])

Implementation

factory AuthenticationResponse.fromBuffer($core.List<$core.int> data,
        [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) =>
    create()..mergeFromBuffer(data, registry);