smsLoginExistingUser_Pre method
Future<Empty>
smsLoginExistingUser_Pre(
- ServiceCall $call,
- Future<
AppAuthnProto_SmsLoginRequest> $request
Implementation
$async.Future<$1.Empty> smsLoginExistingUser_Pre($grpc.ServiceCall $call, $async.Future<$6.AppAuthnProto_SmsLoginRequest> $request) async {
return smsLoginExistingUser($call, await $request);
}