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