logIn method
ResponseFuture<ScannerAuthenticationResponse>
logIn(
- AuthenticationRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.ScannerAuthenticationResponse> logIn(
$0.AuthenticationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$logIn, request, options: options);
}