smsLoginExistingUser_Pre method

Future<Empty> smsLoginExistingUser_Pre(
  1. ServiceCall $call,
  2. 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);
}