searchAll method
View all that match the given search key
Implementation
$grpc.ResponseFuture<$0.UsersList> searchAll(
$0.UsersServiceSearchAllReq request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$searchAll, request, options: options);
}