smsLoginNewUser_Pre method

Future<Empty> smsLoginNewUser_Pre(
  1. ServiceCall $call,
  2. Future<AppAuthnProto_SmsLoginRequest> $request
)

Implementation

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