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