listMyPasswordless method
ResponseFuture<ListMyPasswordlessResponse>
listMyPasswordless(
- ListMyPasswordlessRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ListMyPasswordlessResponse> listMyPasswordless(
$0.ListMyPasswordlessRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listMyPasswordless, request, options: options);
}