logIn_Pre method

Future<ScannerAuthenticationResponse> logIn_Pre(
  1. ServiceCall $call,
  2. Future<AuthenticationRequest> $request
)

Implementation

$async.Future<$1.ScannerAuthenticationResponse> logIn_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.AuthenticationRequest> $request) async {
  return logIn($call, await $request);
}